MESCIUS SPREAD for Windows Forms 17.0J
Point3D コンストラクタ

3D空間でのポイントのx座標。
3D空間でのポイントのy座標。
3D空間でのポイントのz座標。
指定したた座標を使用して、Point3D構造体の新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double _
)
public Point3D( 
   double x,
   double y,
   double z
)

パラメータ

x
3D空間でのポイントのx座標。
y
3D空間でのポイントのy座標。
z
3D空間でのポイントのz座標。
参照

Point3D 構造体
Point3D メンバ

 

 


© MESCIUS inc. All rights reserved.