Click or drag to resize
Vector3F Operators

The Vector3F 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 memberEquality
Indicates if the two passed vectors are equal.
Public operatorStatic memberInequality
Indicates if the two passed vectors are not equal.
Public operatorStatic memberMultiply(Single, Vector3F)
Multiplies each vector component with the passed float value.
Public operatorStatic memberMultiply(Vector3F, Vector3F)
Multiplies each vector component of the two passed vectors.
Public operatorStatic memberMultiply(Vector3F, Single)
Multiplies each vector component with the passed float 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