Vector2d
========

.. py:module:: rhino3dm

.. py:class:: Vector2d

   .. py:method:: Vector2d(x, y)

      Initializes a new instance of the vector based on two, X and Y, components.

      :param float x: The X (first) component.
      :param float y: The Y (second) component.

   .. py:attribute:: X

      float: Gets or sets the X (first) component of this vector.

   .. py:attribute:: Y

      float: Gets or sets the Y (second) component of this vector.

   .. py:method:: Encode()

      [todo] add documentation

   .. py:method:: __repr__()

      [todo] add documentation
