System.Math.Vectors.Point3D

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

Delphi

function Point3D(const X, Y, Z: Single): TPoint3D; overload;
function Point3D(const AVector3D: TVector3D; const ATransform: Boolean): TPoint3D; overload;

C++

extern DELPHI_PACKAGE TPoint3D __fastcall Point3D(const float X, const float Y, const float Z)/* overload */;

プロパティ

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

説明

指定された 3D 空間座標を基に 3D の点を生成します。


Point3D 関数はオーバーロードされたものが 2 つあります。1 つ目の関数は 3D 空間座標を Single の浮動小数点値として受け取り、2 つ目のオーバーロードされた Point3D 関数は座標を tagVECTOR3D の形式で受け取ります。

関連項目