Creates a translation matrix using the specified offsets.
シンタックス
'宣言
Public Overloads Shared Sub TranslationRef( _
ByRef As Matrix4x4, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single _
)
public static void TranslationRef(
out Matrix4x4 ,
System.float ,
System.float ,
System.float
)
パラメータ
- result
- When the method completes, contains the created translation matrix.
- x
- X-coordinate offset.
- y
- Y-coordinate offset.
- z
- Z-coordinate offset.
参照