Uses of Class
com.openinventor.inventor.SbMatrixd.Decomposition
-
Packages that use SbMatrixd.Decomposition Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization. -
-
Uses of SbMatrixd.Decomposition in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbMatrixd.Decomposition Modifier and Type Method Description SbMatrixd.Decomposition
SbMatrixd. decompose()
Return translation, rotation, scale, and scale orientation components of the matrix.SbMatrixd.Decomposition
SbMatrixd. decompose(SbVec3d center)
Decomposes the matrix into a translation, rotation, scale, and scale orientation.
-