Click or drag to resize

Point3 Constructor

Overload List
  NameDescription
Public methodPoint3(Vec3d)
Initializes a new instance of the Point3 struct. Create point from a c++ vector.
Public methodPoint3(Point3)
Initializes a new instance of the Point3 struct. Create point from another point..
Public methodPoint3(Vector3)
Initializes a new instance of the Point3 struct. Create point from vector.
Public methodPoint3(Double, Double, Double)
Initializes a new instance of the Point3 struct. Create point.
Top
See Also