Overload List

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

See Also