Method DecomposeRotation
DecomposeRotation(GfMatrix4d, GfVec3d, GfVec3d, GfVec3d, double, out double, out double, out double, out double, bool, double)
Declaration
public static void DecomposeRotation(GfMatrix4d rot, GfVec3d TwAxis, GfVec3d FBAxis, GfVec3d LRAxis, double handedness, out double thetaTw, out double thetaFB, out double thetaLR, out double thetaSw, bool useHint, double swShift)
Parameters
DecomposeRotation(GfMatrix4d, GfVec3d, GfVec3d, GfVec3d, double, out double, out double, out double, out double, bool)
Declaration
public static void DecomposeRotation(GfMatrix4d rot, GfVec3d TwAxis, GfVec3d FBAxis, GfVec3d LRAxis, double handedness, out double thetaTw, out double thetaFB, out double thetaLR, out double thetaSw, bool useHint)
Parameters
DecomposeRotation(GfMatrix4d, GfVec3d, GfVec3d, GfVec3d, double, out double, out double, out double, out double)
Declaration
public static void DecomposeRotation(GfMatrix4d rot, GfVec3d TwAxis, GfVec3d FBAxis, GfVec3d LRAxis, double handedness, out double thetaTw, out double thetaFB, out double thetaLR, out double thetaSw)
Parameters
DecomposeRotation(GfMatrix4d, GfVec3d, GfVec3d, GfVec3d, double, out double, out double, out double)
Declaration
public static void DecomposeRotation(GfMatrix4d rot, GfVec3d TwAxis, GfVec3d FBAxis, GfVec3d LRAxis, double handedness, out double thetaTw, out double thetaFB, out double thetaLR)
Parameters