Click or drag to resize

Vector3 Constructor

Overload List
  NameDescription
Public methodVector3(Double)
Initializes a new instance of the Vector3 struct with same values for x, y and z components.
Public methodVector3(Single)
Initializes a new instance of the Vector3 struct with same values for x, y and z components.
Public methodVector3(Double, Double)
Initializes a new instance of the Vector3 struct with the z component set to 0.
Public methodVector3(Single, Single)
Initializes a new instance of the Vector3 struct with the z component set to 0.
Public methodVector3(Vector2, Double)
Initializes a new instance of the Vector3 struct.
Public methodVector3(Vector2, Single)
Initializes a new instance of the Vector3 struct.
Public methodVector3(Double, Double, Double)
Initializes a new instance of the Vector3 struct.
Public methodVector3(Single, Single, Single)
Initializes a new instance of the Vector3 struct.
Top
See Also