Click or drag to resize
Vector3I Operators

The Vector3I type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Sums the components of the passed vectors and returns the resulting vector.
Public operatorStatic memberDivision
Divides each component of the passed vector by the passed value.
Public operatorStatic memberMultiply(Int32, Vector3I)
Multiplies each vector component with the passed int value.
Public operatorStatic memberMultiply(Vector3I, Vector3I)
Multiplies each vector component of the two passed vectors.
Public operatorStatic memberMultiply(Vector3I, Int32)
Multiplies each vector component with the passed int value.
Public operatorStatic memberSubtraction
Subtracts the components of the second passed vector from the first passed.
Public operatorStatic memberUnaryNegation
Negates each component of the passed vector.
Top
See Also