System.Math.Vectors.TVector.DotProduct

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

Delphi

function DotProduct(const AVector: TVector): Single;

C++

float __fastcall DotProduct(const TVector &AVector);

プロパティ

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

説明

Self (Delphi) または this (C++) ベクトルと、指定されたベクターの、スカラ積を実行および返します。 2 番目のベクトルは AVector パラメータで指定します。

関連項目