Home
last modified time | relevance | path

Searched refs:rotxyz (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/py-pivy/pivy-0.6.6/examples/QtDesigner/cpp/
H A Dmainwindow.cpp31 this->rotxyz->axis = axis; in change_axis()
52 this->rotxyz = new SoRotationXYZ(); in setupSoQt()
57 this->rotxyz->angle.connectFrom(this->gate->output); in setupSoQt()
61 root->addChild(this->rotxyz); in setupSoQt()
H A Dmainwindow.h14 class SoRotationXYZ *rotxyz; variable
/dports/graphics/py-pivy/pivy-0.6.6/examples/QtDesigner/python/
H A Dmainwindow.py27 self.rotxyz.axis = axis
37 self.rotxyz = SoRotationXYZ()
42 self.rotxyz.angle.connectFrom(self.gate.output)
46 root.addChild(self.rotxyz)
/dports/graphics/py-pivy/pivy-0.6.6/examples/
H A Dexaminer_embed.py58 self.rotxyz = SoRotationXYZ()
63 self.rotxyz.angle.connectFrom(self.gate.output)
67 root.addChild(self.rotxyz)
94 self.rotxyz.axis = axis
H A Dexaminer_embed4.py75 self.rotxyz = SoRotationXYZ()
80 self.rotxyz.angle.connectFrom(self.gate.output)
84 root.addChild(self.rotxyz)
104 self.rotxyz.axis = axis
/dports/biology/molden/molden5.8/
H A Drotc.f3 common/rotxyz/amat(3,3),bmat(3,3),cmat(3,3),rmat(3,3),todeg common
H A Drota.f3 common/rotxyz/amat(3,3),bmat(3,3),cmat(3,3),rmat(3,3),todeg common
H A Drotb.f3 common/rotxyz/amat(3,3),bmat(3,3),cmat(3,3),rmat(3,3),todeg common
H A Drotm.f3 common/rotxyz/amat(3,3),bmat(3,3),cmat(3,3),rmat(3,3),todeg common
H A Drotd.f3 common/rotxyz/amat(3,3),bmat(3,3),cmat(3,3),rmat(3,3),todeg common
H A Drotcor.f5 common/rotxyz/amat(3,3),bmat(3,3),cmat(3,3),rmat(3,3),todeg common
H A Drotmom.f9 common/rotxyz/amat(3,3),bmat(3,3),cmat(3,3),rmat(3,3),todeg common
H A Drotfir.f9 common /rotxyz/amat(3,3),bmat(3,3),cmat(3,3),rmat(3,3),todeg common
H A Drotatg.f4 common /rotxyz/ amat(3,3),bmat(3,3),cmat(3,3),rmat(3,3),todeg common
/dports/science/xcrysden/xcrysden-1.6.2/C/
H A DxcBz.c717 float rotxy[3][3], rotxyz[3][3], oldrot[3][3]; in BzDegRotateBZ() local
745 MatToZero33f(rotxyz); in BzDegRotateBZ()
746 MatMult33f(rotxy, rotz, rotxyz); in BzDegRotateBZ()
748 MatMult33f(rotxyz, oldrot, bz[typ].rotmat); in BzDegRotateBZ()
/dports/games/burrtools/burrtools-0.6.3/
H A DChangeLog3286 possible orientations. It it the only function used for that by the libraray. the rotxyz
3289 the current scheme of adding up several rotxyz calls. This also removes the rotxyz members
3292 later on rotxyz will be removed from the voxel_c class as they are really dependend