System.Types.TPointF.Reflect

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

Delphi

function Reflect(const APoint: TPointF): TPointF; inline;

C++

TPointF Reflect(const TPointF& P) const _ALWAYS_INLINE {

プロパティ

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


説明

現在の TPointF オブジェクトの反射を、渡された APoint で作成された直線にしたがって計算します。

  • APoint: 現在の TPointF オブジェクトの反射を計算するために提供される座標。

Reflect は、渡された APoint で作成された直線に基づいて反射した TPointF オブジェクトの座標を返します。

関連項目