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