|
|
Vector3 Constructor |
| Name | Description | |
|---|---|---|
| Vector3(Vec3d) |
Initializes a new instance of the Vector3 struct.
transform C++-vector into C#-vector.
| |
| Vector3(Point3) |
Initializes a new instance of the Vector3 struct.
Create vector from point.
| |
| Vector3(Vector3) |
Initializes a new instance of the Vector3 struct.
Create vector from vector.
| |
| Vector3(Double, Double, Double) |
Initializes a new instance of the Vector3 struct.
Create vector.
|