'Declaration
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 Matrix4x4result,
System.float x,
System.float y,
System.float z
)
Parameters
result
When the method completes, contains the created translation matrix.