ComponentOne Bitmap for UWP
Translation(Vector3) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure > Translation Method : Translation(Vector3) Method
The amount to translate in each axis.
Creates a translation matrix using the specified offsets.
Syntax
'Declaration
 
Public Overloads Shared Function Translation( _
   ByVal value As Vector3 _
) As Matrix4x4
public static Matrix4x4 Translation( 
   Vector3 value
)

Parameters

value
The amount to translate in each axis.

Return Value

The created translation matrix.
See Also

Reference

Matrix4x4 Structure
Matrix4x4 Members
Overload List