Example #1
0
void Rotation::simpleAdd(Rotation const& rot)
{
	matrix += rot.getMatrix();
}