Click or drag to resize

Vector2f Constructor

Creates an instance.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Vector2f(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
X component.
y
Type: SystemSingle
Y component.
See Also