![]() |
Vector3 Operators |
The Vector3 type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition(Vector3, Vector3) |
Adds corresponding coordinates of two vectors.
|
![]() ![]() | Addition(Vector3, Single) |
Adds a value to all coordinates of the specified vector.
|
![]() ![]() | Division(Vector3, Vector3) |
Divides corresponding coordinates of two vectors.
|
![]() ![]() | Division(Vector3, Single) |
Divides coordinates of the specified vector by the specified factor.
|
![]() ![]() | Equality |
Tests whether two specified vectors are equal.
|
![]() ![]() | Inequality |
Tests whether two specified vectors are not equal.
|
![]() ![]() | Multiply(Vector3, Vector3) |
Multiplies corresponding coordinates of two vectors.
|
![]() ![]() | Multiply(Vector3, Single) |
Multiplies coordinates of the specified vector by the specified factor.
|
![]() ![]() | Subtraction(Vector3, Vector3) |
Subtracts corresponding coordinates of two vectors.
|
![]() ![]() | Subtraction(Vector3, Single) |
Subtracts a value from all coordinates of the specified vector.
|