System.Types.TPointF.AngleCosine

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

Delphi

function AngleCosine(const APoint: TPointF): Single;

C++

float AngleCosine(const TPointF& P) const _ALWAYS_INLINE {

プロパティ

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


説明

現在の TPointF オブジェクトの角度コサインを計算します。

AngleCosine は、計算された角度コサインのラジアンでの値を返します。

関連項目