System.Math.Vectors.TVector3D.DotProduct
Delphi
function DotProduct(const AVector: TVector3D): Single; deprecated 'Use TPoint3D.DotProduct';
C++
float __fastcall DotProduct _DEPRECATED_ATTRIBUTE1("Use TPoint3D.DotProduct") (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: DotProduct is deprecated. Please use TPoint3D.
Computes and returns the scalar product of the given 3D vector with the current vector. The 3D vector is given through the AVector3D
parameter.
See Also
- System.Math.Vectors.TVector3D
- System.Math.Vectors.TVector3D.CrossProduct
- System.Math.Vectors.TVector3D.Length