Point2f
=======

.. py:module:: rhino3dm

.. py:class:: Point2f

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

      Initializes a new two-dimensional point from two components.

      :param float x: X component of vector.
      :param float y: Y component of vector.

   .. py:attribute:: X

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

   .. py:attribute:: Y

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

   .. py:method:: Encode()

      [todo] add documentation

   .. py:method:: __repr__()

      [todo] add documentation
