MatrixTranslate method

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

Implementation

MatrixD MatrixTranslate(double x, double y, double z) => .translate(x, y, z);