Click or drag to resize

Point3f Constructor

Initializes a new two-dimensional vector from two components.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point3f(
	float x,
	float y,
	float z
)

Parameters

x
Type: SystemSingle
X component of vector.
y
Type: SystemSingle
Y component of vector.
z
Type: SystemSingle
Z component of vector.
See Also