Home
last modified time | relevance | path

Searched refs:coexistenceToTrackerBase (Results 1 – 5 of 5) sorted by relevance

/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/universe/
H A DConfigPhysicalEnvironment.java61 Matrix4d coexistenceToTrackerBase = null ; field in ConfigPhysicalEnvironment
122 coexistenceToTrackerBase = (Matrix4d)val ; in setProperty()
157 if (coexistenceToTrackerBase != null) in createJ3dPhysicalEnvironment()
159 (new Transform3D(coexistenceToTrackerBase)) ; in createJ3dPhysicalEnvironment()
H A DConfigView.java380 if (configEnv != null && configEnv.coexistenceToTrackerBase != null) { in createViewer()
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DViewCache.java107 Transform3D coexistenceToTrackerBase = new Transform3D(); field in ViewCache
281 env.coexistenceToTrackerBase.getWithLock(coexistenceToTrackerBase); in snapshot()
H A DPhysicalEnvironment.java72 Transform3D coexistenceToTrackerBase = new Transform3D(); field in PhysicalEnvironment
427 coexistenceToTrackerBase.setWithLock(t); in setCoexistenceToTrackerBase()
441 t.set(coexistenceToTrackerBase); in getCoexistenceToTrackerBase()
H A DCanvasViewCache.java865 viewCache.coexistenceToTrackerBase.transform(tPnt1); in cacheEyePosCoexistenceRelative()
870 viewCache.coexistenceToTrackerBase.transform(tPnt2); in cacheEyePosCoexistenceRelative()
1211 coexistenceToLeftPlate.mul(viewCache.coexistenceToTrackerBase); in computeCoexistenceToPlate()
1220 coexistenceToLeftPlate.mul(viewCache.coexistenceToTrackerBase); in computeCoexistenceToPlate()
1225 coexistenceToRightPlate.mul(viewCache.coexistenceToTrackerBase); in computeCoexistenceToPlate()
1270 tempTrans.mul(viewCache.coexistenceToTrackerBase, vpcToCoexistence); in computeView()