System.Math.Vectors.TVector.operator Subtraction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class operator Subtract(const AVector1, AVector2: TVector): TVector;

Properties

Type Visibility Source Unit Parent
function public System.Math.Vectors.pas System.Math.Vectors TVector

Description

Subtracts two given vectors. The vector given through the ASecondVector parameter is subtracted from the vector given through the AFirstVector parameter.

See Also