System.Types.TPointF.CrossProduct

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

Delphi

function CrossProduct(const APoint: TPointF): Single;

C++

float CrossProduct(const TPointF& rhs) const _ALWAYS_INLINE {

プロパティ

種類 可視性 ソース ユニット
function public
System.Types.pas
SystemTypes.h
System.Types TPointF


説明

2 つの点の外積を計算します。

CrossProduct は、2 つの TPointF オブジェクトの外積を計算した結果値を返します。

関連項目