MatrixTranslate function

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

Implementation

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