Home
last modified time | relevance | path

Searched refs:shear_mtx (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/alembic/alembic-1.8.3/arnold/Procedural/
H A DSampleUtil.cpp160 Imath::M44d scale_mtx, shear_mtx, rotation_mtx, translation_mtx; in RecomposeXForm() local
163 shear_mtx.setShear(shear); in RecomposeXForm()
167 return scale_mtx * shear_mtx * rotation_mtx * translation_mtx; in RecomposeXForm()
/dports/graphics/alembic/alembic-1.8.3/houdini/SOP_AlembicIn/
H A DSOP_AlembicIn.C2398 Imath::M44d scale_mtx, shear_mtx, rotation_mtx, translation_mtx; in RecomposeXForm() local
2401 shear_mtx.setShear(shear); in RecomposeXForm()
2405 return scale_mtx * shear_mtx * rotation_mtx * translation_mtx; in RecomposeXForm()