#include <polardecomp.h>
Static Public Member Functions | |
| static float | Decompose (const osg::Matrix &M, osg::Matrix &Q, osg::Matrix &S, osg::Vec3 &T) |
| Find Polar Decomposition of Matrix M: Q=Rotation, S=Scale/Stretch, T=Translation. | |
| float PolarDecomp::Decompose | ( | const osg::Matrix & | M, | |
| osg::Matrix & | Q, | |||
| osg::Matrix & | S, | |||
| osg::Vec3 & | T | |||
| ) | [static] |
Find Polar Decomposition of Matrix M: Q=Rotation, S=Scale/Stretch, T=Translation.