MatrixTranslate method
See MatrixD.translate.
Implementation
MatrixD MatrixTranslate(
double x,
double y,
double z,
) => run(
() => _debugLabels.MatrixTranslate(x, y, z),
() => .translate(x, y, z),
);
See MatrixD.translate.
MatrixD MatrixTranslate(
double x,
double y,
double z,
) => run(
() => _debugLabels.MatrixTranslate(x, y, z),
() => .translate(x, y, z),
);