Click or drag to resize

Vector4 Constructor

Overload List
  NameDescription
Public methodVector4(Vector4)
Constructs a vector with another given vector.
Public methodVector4(Vector4F)
Constructs a vector with another given vector of Vector4F format.
Public methodVector4(Vector4I)
Constructs a vector with another given vector of Vector4I format.
Public methodVector4(Vector3, Double)
Constructs a Vector4 from the given Vector3 and a W component.
Public methodVector4(Double, Double, Double, Double)
Constructs a vector with the given individual elements.
Top
See Also