System.Math.Vectors.TVector3D.operator Addition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Create(const APoint: TPoint3D; const AW: Single = 1.0): TVector3D; overload; static; inline;
class operator Add(const AVector1, AVector2: TVector3D): TVector3D;

Properties

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

Description

Adds two given 3D vectors. The 3D vector given through the AFirstVector3D parameter is added to the 3D vector given through the ASecondVector3D parameter.

See Also