Vector4 Constructor |
| Name | Description | |
|---|---|---|
| Vector4(Vector4) |
Constructs a vector with another given vector.
| |
| Vector4(Vector4F) |
Constructs a vector with another given vector of Vector4F format.
| |
| Vector4(Vector4I) |
Constructs a vector with another given vector of Vector4I format.
| |
| Vector4(Vector3, Double) | ||
| Vector4(Double, Double, Double, Double) |
Constructs a vector with the given individual elements.
|