Creates an instance.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public Vector2f(
float x,
float y
)
Public Sub New (
x As Single,
y As Single
)
Parameters
- x
- Type: SystemSingle
X component. - y
- Type: SystemSingle
Y component.
See Also