Vector |
| 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) | Constructs a Vector4 from the given Vector3 and a W component. | |
| Vector4(Double, Double, Double, Double) | Constructs a vector with the given individual elements. |