Click or drag to resize

Vector3 Operators

The Vector3 type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Vector3 addition
Public operatorStatic memberEquality
Vector3 exact equality - see EQ(Vector3, Vector3) for alternative
Public operatorStatic memberInequality
Vector3 exact inequality - see EQ(Vector3, Vector3) for alternative
Public operatorStatic memberMultiply(Double, Vector3)
Scale the X, Y and Z components of Vector3
Public operatorStatic memberMultiply(Single, Vector3)
Scale the X, Y and Z components of Vector3
Public operatorStatic memberMultiply(Vector3, Double)
Scale the X, Y and Z components of Vector3
Public operatorStatic memberMultiply(Vector3, Single)
Scale the X, Y and Z components of Vector3
Public operatorStatic memberSubtraction
Vector3 subtraction
Public operatorStatic memberUnaryNegation
Vector3 unary negation
Top
See Also