Vector2f Constructor

Vector2f Constructor

Creates an instance.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
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.
Version Information

Rhino for Windows

Supported in: 6.14
See Also