'Declaration Public Shared Function CreateTranslation( _
ByVal offsetXThe amount to offset this AffineMatrix3D along the x-axis.As Double, _
ByVal offsetYThe amount to offset this AffineMatrix3D along the y-axis.As Double, _
ByVal offsetZThe amount to offset this AffineMatrix3D along the z-axis.As Double _
) As AffineMatrix3D
Parameters
- offsetX
- The amount to offset this AffineMatrix3D along the x-axis.
- offsetY
- The amount to offset this AffineMatrix3D along the y-axis.
- offsetZ
- The amount to offset this AffineMatrix3D along the z-axis.
Return Value
The translated matrix.