API:System.Math.Vectors.TVector3D.DotProduct

From RAD Studio API Documentation
Jump to: navigation, search

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

Embarcadero Technologies does not currently have any additional information.