System.Math.Vectors.TVector3D.DotProduct

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors TVector3D

説明

警告: DotProduct は非推奨になっています。 TPoint3D を使用してください。

指定された 3D ベクトルと現在のベクトルの、スカラ積を計算して返します。 3D ベクトルは、AVector3D パラメータで指定されます。

関連項目