![]() | Vector3I Operators |
The Vector3I type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Sums the components of the passed vectors and returns the resulting vector.
|
![]() ![]() | Division |
Divides each component of the passed vector by the passed value.
|
![]() ![]() | Multiply(Int32, Vector3I) |
Multiplies each vector component with the passed int value.
|
![]() ![]() | Multiply(Vector3I, Vector3I) |
Multiplies each vector component of the two passed vectors.
|
![]() ![]() | Multiply(Vector3I, Int32) |
Multiplies each vector component with the passed int value.
|
![]() ![]() | Subtraction |
Subtracts the components of the second passed vector from the first passed.
|
![]() ![]() | UnaryNegation |
Negates each component of the passed vector.
|