System.Math.Vectors.TVector3D.CrossProduct
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
- System.Math.Vectors.TVector3D
- System.Math.Vectors.TVector3D.DotProduct
- System.Math.Vectors.TVector3D.Length