M_Rhino_Geometry_Vector3f_op_Explicit - mcneel/rhinocommon-api-docs GitHub Wiki
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) Version: Rhino 6.0
C#
public static explicit operator Vector3f (
Vector3d vector
)
VB
Public Shared Narrowing Operator CType (
vector As Vector3d
) As Vector3f
- vector
- Type: Rhino.Geometry.Vector3d
A vector.
Type: Vector3f
The resulting vector.
Supported in: 6.0.16224.21491