![]() |
Point3 Constructor |
Name | Description | |
---|---|---|
![]() | Point3(Vec3d) |
Initializes a new instance of the Point3 struct.
Create point from a c++ vector.
|
![]() | Point3(Point3) |
Initializes a new instance of the Point3 struct.
Create point from another point..
|
![]() | Point3(Vector3) |
Initializes a new instance of the Point3 struct.
Create point from vector.
|
![]() | Point3(Double, Double, Double) |
Initializes a new instance of the Point3 struct.
Create point.
|