Bitmap for UWP
Translation(Single,Single,Single) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 > Translation メソッド : Translation(Single,Single,Single) メソッド
X-coordinate offset.
Y-coordinate offset.
Z-coordinate offset.
Creates a translation matrix using the specified offsets.
シンタックス
'宣言
 
Public Overloads Shared Function Translation( _
   ByVal x As System.Single, _
   ByVal y As System.Single, _
   ByVal z As System.Single _
) As Matrix4x4
public static Matrix4x4 Translation( 
   System.float x,
   System.float y,
   System.float z
)

パラメータ

x
X-coordinate offset.
y
Y-coordinate offset.
z
Z-coordinate offset.

戻り値の型

The created translation matrix.
参照

Matrix4x4 構造体
Matrix4x4 メンバ
オーバーロード一覧