System.Math.Vectors.TVector3D.CrossProduct

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

Delphi

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

C++

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

プロパティ

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

説明

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

現在のベクトルおよび指定された 3D ベクトルの、3D ベクトル積(クロス積)を計算して返します。 2 番目のベクトルは AVector3D パラメータで指定します。

関連項目