Bitmap for UWP
TranslationRef(Matrix4x4,Single,Single,Single) メソッド

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

パラメータ

result
When the method completes, contains the created translation matrix.
x
X-coordinate offset.
y
Y-coordinate offset.
z
Z-coordinate offset.
参照

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