MatrixTranslate abstract method

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

Get translation matrix

Implementation

MatrixD MatrixTranslate(
  double x,
  double y,
  double z,
);