MatrixTranslate method

MatrixC MatrixTranslate(
  1. double x,
  2. double y,
  3. double z
)

Get translation matrix

Implementation

MatrixC MatrixTranslate(double x, double y, double z)
  => _MatrixTranslate(x, y, z);