Overload_Rhino_Geometry_Point3d__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

Point3d Constructor

Overload List

 

Name Description
Public method Point3d(Point3d) Initializes a new point by copying coordinates from another point.
Public method Point3d(Point3f) Initializes a new point by copying coordinates from a single-precision point.
Public method Point3d(Point4d) Initializes a new point by copying coordinates from a four-dimensional point. The first three coordinates are divided by the last one. If the W (fourth) dimension of the input point is zero, then it will be just discarded.
Public method Point3d(Vector3d) Initializes a new point by copying coordinates from the components of a vector.
Public methodCode example Point3d(Double, Double, Double) Initializes a new point by defining the X, Y and Z coordinates.
  Back to Top

See Also

Reference

Point3d Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️