Uses of Class
edu.nps.moves.dis7.pdus.LEVector3FixedByte
Packages that use LEVector3FixedByte
Package
Description
Infrastructure classes for PDU packet definitions supporting open-dis7-java library.
-
Uses of LEVector3FixedByte in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as LEVector3FixedByteModifier and TypeFieldDescriptionprotected LEVector3FixedByteLiveDeadReckoningParameters.entityAngularVelocityentityAngularVelocity is an undescribed parameter...protected LEVector3FixedByteLiveDeadReckoningParameters.entityLinearAccelerationentityLinearAcceleration is an undescribed parameter...Methods in edu.nps.moves.dis7.pdus that return LEVector3FixedByteModifier and TypeMethodDescriptionLiveDeadReckoningParameters.getEntityAngularVelocity()LiveDeadReckoningParameters.getEntityLinearAcceleration()LEVector3FixedByte.setX(byte pX)Setter forxLEVector3FixedByte.setX(int pX)Utility setter forxLEVector3FixedByte.setY(byte pY)Setter foryLEVector3FixedByte.setY(int pY)Utility setter foryLEVector3FixedByte.setZ(byte pZ)Setter forzLEVector3FixedByte.setZ(int pZ)Utility setter forzMethods in edu.nps.moves.dis7.pdus with parameters of type LEVector3FixedByteModifier and TypeMethodDescriptionLiveDeadReckoningParameters.setEntityAngularVelocity(LEVector3FixedByte pEntityAngularVelocity)LiveDeadReckoningParameters.setEntityLinearAcceleration(LEVector3FixedByte pEntityLinearAcceleration)