translateVector method

MatrixC translateVector(
  1. Vector3C v
)

Implementation

MatrixC translateVector(Vector3C v) => translate(v.x, v.y, v.z);