Click or drag to resize

Vector3 Constructor

Overload List
 NameDescription
Public methodVector3(Double) Constructs a 3d vector with X, Y and Z set to the same value.
Public methodVector3(Vector2, Double) Constructs a 3d vector with X, Y from Vector2 and Z from a scalar.
Public methodVector3(Double, Double, Double) Constructs a 3d vector with X, Y and Z from three values.
Top
See Also