Click or drag to resize

Vector3f  Conversion (Vector3d to Vector3f)

Converts a double-precision vector 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 (
	Vector3d vector
)

Parameters

vector
Type: Rhino.GeometryVector3d
A vector.

Return Value

Type: Vector3f
The resulting vector.
See Also