System.Math.Vectors.TVector3D._op_Subtraction

From RAD Studio API Documentation
Jump to: navigation, search

C++

static TVector3D __fastcall _op_Subtraction(const TVector3D &AVector1, const TVector3D &AVector2);

Properties

Type Visibility Source Unit Parent
function public System.Math.Vectors.hpp 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