Uses of Class
edu.nps.moves.dis7.pdus.EulerAngles
Packages that use EulerAngles
Package
Description
Infrastructure classes for PDU packet definitions supporting open-dis7-java library.
-
Uses of EulerAngles in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as EulerAnglesModifier and TypeFieldDescriptionprotected EulerAnglesBeamAntennaPattern.beamDirectionThe rotation that transforms the reference coordinate sytem into the beam coordinate system.protected EulerAnglesEntityStatePdu.entityOrientationdescribes the orientation of the entity, in euler anglesprotected EulerAnglesEntityStateUpdatePdu.entityOrientationThis field shall specify an entity's orientation and shall be represented by an Euler Angles record (see 6.2.33).protected EulerAnglesMinefieldStatePdu.minefieldOrientationorientation of minefieldprotected EulerAnglesPointObjectStatePdu.objectOrientationObject orientationprotected EulerAnglesGriddedDataPdu.orientationorientation of the data gridprotected EulerAnglesLinearSegmentParameter.segmentOrientationorientation of the linear segment about the segment location and shall be represented by a Euler Angles recordFields in edu.nps.moves.dis7.pdus with type parameters of type EulerAnglesModifier and TypeFieldDescriptionprotected List<EulerAngles>MinefieldDataPdu.mineOrientationmineOrientation is an undescribed parameter...Methods in edu.nps.moves.dis7.pdus that return EulerAnglesModifier and TypeMethodDescriptionBeamAntennaPattern.getBeamDirection()Getter forBeamAntennaPattern.beamDirectionEntityStatePdu.getEntityOrientation()Getter forEntityStatePdu.entityOrientationEntityStateUpdatePdu.getEntityOrientation()Getter forEntityStateUpdatePdu.entityOrientationMinefieldStatePdu.getMinefieldOrientation()Getter forMinefieldStatePdu.minefieldOrientationPointObjectStatePdu.getObjectOrientation()Getter forPointObjectStatePdu.objectOrientationGriddedDataPdu.getOrientation()Getter forGriddedDataPdu.orientationLinearSegmentParameter.getSegmentOrientation()Getter forLinearSegmentParameter.segmentOrientationEulerAngles.setPhi(float pPhi)Setter forphiEulerAngles.setPsi(float pPsi)Setter forpsiEulerAngles.setTheta(float pTheta)Setter forthetaMethods in edu.nps.moves.dis7.pdus that return types with arguments of type EulerAnglesModifier and TypeMethodDescriptionMinefieldDataPdu.getMineOrientation()Getter forMinefieldDataPdu.mineOrientationMethods in edu.nps.moves.dis7.pdus with parameters of type EulerAnglesModifier and TypeMethodDescriptionBeamAntennaPattern.setBeamDirection(EulerAngles pBeamDirection)Setter forBeamAntennaPattern.beamDirectionEntityStatePdu.setEntityOrientation(EulerAngles pEntityOrientation)Setter forEntityStatePdu.entityOrientationEntityStateUpdatePdu.setEntityOrientation(EulerAngles pEntityOrientation)Setter forEntityStateUpdatePdu.entityOrientationMinefieldStatePdu.setMinefieldOrientation(EulerAngles pMinefieldOrientation)Setter forMinefieldStatePdu.minefieldOrientationPointObjectStatePdu.setObjectOrientation(EulerAngles pObjectOrientation)Setter forPointObjectStatePdu.objectOrientationGriddedDataPdu.setOrientation(EulerAngles pOrientation)Setter forGriddedDataPdu.orientationLinearSegmentParameter.setSegmentOrientation(EulerAngles pSegmentOrientation)Setter forLinearSegmentParameter.segmentOrientationMethod parameters in edu.nps.moves.dis7.pdus with type arguments of type EulerAnglesModifier and TypeMethodDescriptionMinefieldDataPdu.setMineOrientation(List<EulerAngles> pMineOrientation)Setter forMinefieldDataPdu.mineOrientation