Click or drag to resize

Point3f  Conversion (Point3f to Vector3f)

Converts a single-precision point in a single-precision vector. Needs explicit casting to help retain precision.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static explicit operator Vector3f (
	Point3f point
)

Parameters

point
Type: Rhino.GeometryPoint3f
A point.

Return Value

Type: Vector3f
The resulting point.
See Also