System.Math.Vectors.TVector3D.Reflect

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

Delphi

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

C++

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

プロパティ

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

説明

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

指定された 3D ベクトルの反射を返します。

関連項目