Vector3f . (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.Geometry.Vector3d
A vector.
Return Value
Type: Vector3f
The resulting vector.