Vector3 Operators |
The Vector3 type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Adds two vectors.
|
![]() ![]() | Division |
Divides a vector with an scalar.
|
![]() ![]() | Equality |
Check if the components of two vectors are equal.
|
![]() ![]() | Inequality |
Check if the components of two vectors are different.
|
![]() ![]() | Multiply(Double, Vector3) |
Multiplies an scalar with a vector (same as u*a, commutative property).
|
![]() ![]() | Multiply(Vector3, Double) |
Multiplies a vector with an scalar (same as a*u, commutative property).
|
![]() ![]() | Subtraction |
Subtracts two vectors.
|
![]() ![]() | UnaryNegation |
Negates a vector.
|