Uses of Class
edu.nps.moves.dis7.pdus.LEVector3FixedByte
Packages that use LEVector3FixedByte
-
Uses of LEVector3FixedByte in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as LEVector3FixedByteModifier and TypeFieldDescriptionprotected LEVector3FixedByte
LiveDeadReckoningParameters.entityAngularVelocity
entityAngularVelocity is an undescribed parameter...protected LEVector3FixedByte
LiveDeadReckoningParameters.entityLinearAcceleration
entityLinearAcceleration is an undescribed parameter...Methods in edu.nps.moves.dis7.pdus that return LEVector3FixedByteModifier and TypeMethodDescriptionLiveDeadReckoningParameters.getEntityAngularVelocity()
LiveDeadReckoningParameters.getEntityLinearAcceleration()
LEVector3FixedByte.setX
(byte pX) Setter forx
LEVector3FixedByte.setX
(int pX) Utility setter forx
LEVector3FixedByte.setY
(byte pY) Setter fory
LEVector3FixedByte.setY
(int pY) Utility setter fory
LEVector3FixedByte.setZ
(byte pZ) Setter forz
LEVector3FixedByte.setZ
(int pZ) Utility setter forz
Methods in edu.nps.moves.dis7.pdus with parameters of type LEVector3FixedByteModifier and TypeMethodDescriptionLiveDeadReckoningParameters.setEntityAngularVelocity
(LEVector3FixedByte pEntityAngularVelocity) LiveDeadReckoningParameters.setEntityLinearAcceleration
(LEVector3FixedByte pEntityLinearAcceleration)