Vector2d
- class rhino3dm.Vector2d
- Vector2d(x, y)
Initializes a new instance of the vector based on two, X and Y, components.
- Parameters:
x (float) – The X (first) component.
y (float) – The Y (second) component.
- X
float: Gets or sets the X (first) component of this vector.
- Y
float: Gets or sets the Y (second) component of this vector.
- Encode()
[todo] add documentation
- __repr__()
[todo] add documentation