Point3d Constructor (Vector3d) |
Initializes a new point by copying coordinates from the components of a vector.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Point3d(
Vector3d vector
)
Public Sub New (
vector As Vector3d
)
Parameters
- vector
- Type: Rhino.GeometryVector3d
A vector.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also