public static IndexedQuaternion GetRotation(ref IndexedBasisMatrix a) { return a.GetRotation(); }
public static void GetRotation(ref IndexedBasisMatrix a, out IndexedQuaternion rot) { rot = a.GetRotation(); }