Function mat4.getTranslation

Gets the translational component of this matrix in the specified vector.

void getTranslation(
  ref vec3 translation
) const;

@param translation A vector to receive the translation.