18InvalidTransformException(const Matrix4& T) : std::runtime_error("Rotation component of matrix is invalid") {}
19InvalidTransformException(const MatrixN& T) : std::runtime_error("Rotation component of matrix is invalid, or bottom row of matrix is not 0 0 0 1") {}