Vector3 Constructor |
Name | Description | |
---|---|---|
Vector3(Vector3) |
Constructs a vector with another given vector.
| |
Vector3(Vector3F) |
Constructs a vector with another given vector of Vector3F format.
| |
Vector3(Vector3I) |
Constructs a vector with another given vector of Vector3I format.
| |
Vector3(Vector2, Double) |
Constructs a vector with a given Vector2 and a scalar.
| |
Vector3(Double, Double, Double) |
Constructs a vector with the given individual elements.
|