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