Vector3 Constructor |
Name | Description | |
---|---|---|
Vector3(Double) |
Initializes a new instance of the Vector3 struct with same values for x, y and z components.
| |
Vector3(Single) |
Initializes a new instance of the Vector3 struct with same values for x, y and z components.
| |
Vector3(Double, Double) |
Initializes a new instance of the Vector3 struct with the z component set to 0.
| |
Vector3(Single, Single) |
Initializes a new instance of the Vector3 struct with the z component set to 0.
| |
Vector3(Vector2, Double) |
Initializes a new instance of the Vector3 struct.
| |
Vector3(Vector2, Single) |
Initializes a new instance of the Vector3 struct.
| |
Vector3(Double, Double, Double) |
Initializes a new instance of the Vector3 struct.
| |
Vector3(Single, Single, Single) |
Initializes a new instance of the Vector3 struct.
|