RhinoCommon API
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)
public static explicit operator Vector3f ( Point3f point )
Public Shared Narrowing Operator CType ( point As Point3f ) As Vector3f
Parameters
- point
- Type: Rhino.GeometryPoint3f
A point.
Return Value
Type: Vector3fThe resulting point.