System.Math.Vectors.TVector3D.operator Subtraction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class operator Add(const AVector1, AVector2: TVector3D): TVector3D;
class operator Subtract(const AVector1, AVector2: TVector3D): TVector3D;

Properties

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

Description

Subtracts two given 3D vectors. The 3D vector given through the ASecondVector3D parameter is subtracted from the 3D vector given through the AFirstVector3D parameter.

See Also