System.Math.Vectors.TVector3D.CrossProduct

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CrossProduct(const AVector: TVector3D): TVector3D; deprecated 'Use TPoint3D.CrossProduct';

C++

TVector3D __fastcall CrossProduct _DEPRECATED_ATTRIBUTE1("Use TPoint3D.CrossProduct") (const TVector3D &AVector);

Properties

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

Description

Warning: CrossProduct is deprecated. Please use TPoint3D.

Computes and returns the 3D vector (cross) product of the current vector and the given 3D vector. The second vector is given through the AVector3D parameter.

See Also

Code Examples