Point3f ======= .. py:module:: rhino3dm .. py:class:: Point3f .. py:method:: Point3f(x, y, z) Initializes a new two-dimensional vector from two components. :param float x: X component of vector. :param float y: Y component of vector. :param float z: Z 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:attribute:: Z float: Gets or sets the Z (third) component of the vector. .. py:method:: Encode() [todo] add documentation .. py:method:: __repr__() [todo] add documentation