Vector |
Name | Description | |
---|---|---|
![]() | Vector4(Double) | Constructs a 4d vector with X, Y, Z and W set to the same value. |
![]() | Vector4(Vector3, Double) | Constructs a 3d vector with X, Y, Z from Vector3 and W from a scalar. |
![]() | Vector4(Vector2, Double, Double) | Constructs a 3d vector with X and Z from Vector2 and Z and W from the scalars. |
![]() | Vector4(Double, Double, Double, Double) | Constructs a 3d vector with X, Y, Z and W from four values. |