Example #1
0
/*
=================
Matrix3::ToAngularVelocity
=================
*/
Vec3D Matrix3::ToAngularVelocity( void ) const {
	Rotation rotation = ToRotation();
	return rotation.GetVec() * DEG2RAD( rotation.GetAngle() );
}