Click or drag to resize

Vector3 Constructor

Overload List
  NameDescription
Public methodVector3(Vector3)
Constructs a vector with another given vector.
Public methodVector3(Vector3F)
Constructs a vector with another given vector of Vector3F format.
Public methodVector3(Vector3I)
Constructs a vector with another given vector of Vector3I format.
Public methodVector3(Vector2, Double)
Constructs a vector with a given Vector2 and a scalar.
Public methodVector3(Double, Double, Double)
Constructs a vector with the given individual elements.
Top
See Also