Searched refs:maInvTransObjectToEye (Results 1 – 2 of 2) sorted by relevance
584 maInvTransObjectToEye = maObjectTrans; in CalcMatInvTransObjectToEye()585 maInvTransObjectToEye *= maOrientation; in CalcMatInvTransObjectToEye()586 maInvTransObjectToEye.invert(); in CalcMatInvTransObjectToEye()587 maInvTransObjectToEye.transpose(); in CalcMatInvTransObjectToEye()591 maInvTransObjectToEye.set(3, 0, 0.0); in CalcMatInvTransObjectToEye()592 maInvTransObjectToEye.set(3, 1, 0.0); in CalcMatInvTransObjectToEye()593 maInvTransObjectToEye.set(3, 2, 0.0); in CalcMatInvTransObjectToEye()594 maInvTransObjectToEye.set(3, 3, 1.0); in CalcMatInvTransObjectToEye()604 return maInvTransObjectToEye; in GetInvTransObjectToEye()
92 basegfx::B3DHomMatrix maInvTransObjectToEye; member in B3dTransformationSet
Completed in 12 milliseconds