Uses of Class
cz.cuni.amis.pogamut.base3d.worldview.object.Rotation

Packages that use Rotation
cz.cuni.amis.pogamut.base3d.agent.jmx   
cz.cuni.amis.pogamut.base3d.worldview.object   
cz.cuni.amis.pogamut.multi.communication.worldview.property   
 

Uses of Rotation in cz.cuni.amis.pogamut.base3d.agent.jmx
 

Methods in cz.cuni.amis.pogamut.base3d.agent.jmx that return Rotation
 Rotation Agent3DMBeanAdapterMBean.getRotation()
           
 Rotation Agent3DMBeanAdapter.getRotation()
           
 Rotation Agent3DJMXProxy.getRotation()
           
 

Uses of Rotation in cz.cuni.amis.pogamut.base3d.worldview.object
 

Fields in cz.cuni.amis.pogamut.base3d.worldview.object declared as Rotation
static Rotation Rotation.NONE
          Rotation representing NONE.
static Rotation Rotation.ZERO
          Rotation(0,0,0);
 

Methods in cz.cuni.amis.pogamut.base3d.worldview.object that return Rotation
 Rotation Rotation.clone()
           
 Rotation Location.getQuatLikeRotationSeq(Rotation.Order order)
          WIP not completed yet.
 Rotation Rotation.getRotation()
          Retreives the rotation itself to implement IRotable.
 Rotation IRotable.getRotation()
          Retreives current rotation of the object.
 Rotation Location.getRotation(Rotation.Order order)
          Converts Location into Rotation.
 Rotation Rotation.RotationExpInterp(Rotation b, double alpha)
          Exponentially interpolates between 2 rotations with alpha as strength.
static Rotation Rotation.RotationExpInterp(Rotation a, Rotation b, double alpha)
          Exponentially interpolates between 2 rotations with alpha as strength.
 Rotation Rotation.RotationLinearInterp(Rotation b, double alpha)
          Linearly interpolates between 2 rotations with alpha as strength.
static Rotation Rotation.RotationLinearInterp(Rotation a, Rotation b, double alpha)
          Linearly interpolates between 2 rotations with alpha as strength.
 Rotation Rotation.RotationLogInterp(Rotation b, double alpha)
          Logarithmically interpolates between 2 rotations with alpha as strength.
static Rotation Rotation.RotationLogInterp(Rotation a, Rotation b, double alpha)
          Logarithmically interpolates between 2 rotations with alpha as strength.
 Rotation Rotation.setPitch(double pitch)
          Sets the pitch.
 Rotation Rotation.setRoll(double roll)
          Sets the roll.
 Rotation Rotation.setYaw(double yaw)
          Sets the yaw.
 

Methods in cz.cuni.amis.pogamut.base3d.worldview.object with parameters of type Rotation
static boolean Rotation.equal(Rotation r1, Rotation r2)
          Tells, whether two given rotations equal.
 Rotation Rotation.RotationExpInterp(Rotation b, double alpha)
          Exponentially interpolates between 2 rotations with alpha as strength.
static Rotation Rotation.RotationExpInterp(Rotation a, Rotation b, double alpha)
          Exponentially interpolates between 2 rotations with alpha as strength.
 Rotation Rotation.RotationLinearInterp(Rotation b, double alpha)
          Linearly interpolates between 2 rotations with alpha as strength.
static Rotation Rotation.RotationLinearInterp(Rotation a, Rotation b, double alpha)
          Linearly interpolates between 2 rotations with alpha as strength.
 Rotation Rotation.RotationLogInterp(Rotation b, double alpha)
          Logarithmically interpolates between 2 rotations with alpha as strength.
static Rotation Rotation.RotationLogInterp(Rotation a, Rotation b, double alpha)
          Logarithmically interpolates between 2 rotations with alpha as strength.
 

Constructors in cz.cuni.amis.pogamut.base3d.worldview.object with parameters of type Rotation
Rotation(Rotation rotation)
          Copy constructor.
 

Uses of Rotation in cz.cuni.amis.pogamut.multi.communication.worldview.property
 

Methods in cz.cuni.amis.pogamut.multi.communication.worldview.property that return Rotation
protected  Rotation RotationProperty.cloneValue()
           
 

Constructors in cz.cuni.amis.pogamut.multi.communication.worldview.property with parameters of type Rotation
RotationProperty(WorldObjectId objId, String identifier, Rotation value, Class compositeClass)
           
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.