Overload List

  NameDescription
Public operatorStatic memberSubtraction(Double, Vector3D)
value - vector, subtracts all vector components from a value
Public operatorStatic memberSubtraction(Vector3D, Double)
vector - value, subtracts a value from all vector components
Public operatorStatic memberSubtraction(Vector3D, Vector3D)
vector - vector, subtracts the components of v2 from the components of v1

See Also