Click or drag to resize

Vector3 Operators

The Vector3 type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Adds two vectors.
Public operatorStatic memberDivision
Divides a vector with an scalar.
Public operatorStatic memberEquality
Check if the components of two vectors are equal.
Public operatorStatic memberInequality
Check if the components of two vectors are different.
Public operatorStatic memberMultiply(Double, Vector3)
Multiplies an scalar with a vector (same as u*a, commutative property).
Public operatorStatic memberMultiply(Vector3, Double)
Multiplies a vector with an scalar (same as a*u, commutative property).
Public operatorStatic memberSubtraction
Subtracts two vectors.
Public operatorStatic memberUnaryNegation
Negates a vector.
Top
See Also