Click or drag to resize

Vector4 Constructor

Overload List
 NameDescription
Public methodVector4(Double) Constructs a 4d vector with X, Y, Z and W set to the same value.
Public methodVector4(Vector3, Double) Constructs a 3d vector with X, Y, Z from Vector3 and W from a scalar.
Public methodVector4(Vector2, Double, Double) Constructs a 3d vector with X and Z from Vector2 and Z and W from the scalars.
Public methodVector4(Double, Double, Double, Double) Constructs a 3d vector with X, Y, Z and W from four values.
Top
See Also