Uses of Class
edu.nps.moves.dis7.pdus.EulerAngles
Packages that use EulerAngles
-
Uses of EulerAngles in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as EulerAnglesModifier and TypeFieldDescriptionprotected EulerAngles
BeamAntennaPattern.beamDirection
The rotation that transforms the reference coordinate sytem into the beam coordinate system.protected EulerAngles
EntityStatePdu.entityOrientation
describes the orientation of the entity, in euler angles with units of radiansprotected EulerAngles
EntityStateUpdatePdu.entityOrientation
This field shall specify an entity's orientation with units of radians and shall be represented by an Euler Angles record (see 6.2.33).protected EulerAngles
MinefieldStatePdu.minefieldOrientation
orientation of minefieldprotected EulerAngles
PointObjectStatePdu.objectOrientation
Object orientationprotected EulerAngles
GriddedDataPdu.orientation
orientation of the data gridprotected EulerAngles
LinearSegmentParameter.segmentOrientation
orientation 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.mineOrientation
mineOrientation is an undescribed parameter...Methods in edu.nps.moves.dis7.pdus that return EulerAnglesModifier and TypeMethodDescriptionBeamAntennaPattern.getBeamDirection()
Getter forBeamAntennaPattern.beamDirection
EntityStatePdu.getEntityOrientation()
Getter forEntityStatePdu.entityOrientation
EntityStateUpdatePdu.getEntityOrientation()
Getter forEntityStateUpdatePdu.entityOrientation
MinefieldStatePdu.getMinefieldOrientation()
Getter forMinefieldStatePdu.minefieldOrientation
PointObjectStatePdu.getObjectOrientation()
Getter forPointObjectStatePdu.objectOrientation
GriddedDataPdu.getOrientation()
Getter forGriddedDataPdu.orientation
LinearSegmentParameter.getSegmentOrientation()
Getter forLinearSegmentParameter.segmentOrientation
EulerAngles.setPhi
(float pPhi) Setter forphi
EulerAngles.setPsi
(float pPsi) Setter forpsi
EulerAngles.setTheta
(float pTheta) Setter fortheta
Methods in edu.nps.moves.dis7.pdus that return types with arguments of type EulerAnglesModifier and TypeMethodDescriptionMinefieldDataPdu.getMineOrientation()
Getter forMinefieldDataPdu.mineOrientation
Methods in edu.nps.moves.dis7.pdus with parameters of type EulerAnglesModifier and TypeMethodDescriptionBeamAntennaPattern.setBeamDirection
(EulerAngles pBeamDirection) Setter forBeamAntennaPattern.beamDirection
EntityStatePdu.setEntityOrientation
(EulerAngles pEntityOrientation) Setter forEntityStatePdu.entityOrientation
EntityStateUpdatePdu.setEntityOrientation
(EulerAngles pEntityOrientation) Setter forEntityStateUpdatePdu.entityOrientation
MinefieldStatePdu.setMinefieldOrientation
(EulerAngles pMinefieldOrientation) Setter forMinefieldStatePdu.minefieldOrientation
PointObjectStatePdu.setObjectOrientation
(EulerAngles pObjectOrientation) Setter forPointObjectStatePdu.objectOrientation
GriddedDataPdu.setOrientation
(EulerAngles pOrientation) Setter forGriddedDataPdu.orientation
LinearSegmentParameter.setSegmentOrientation
(EulerAngles pSegmentOrientation) Setter forLinearSegmentParameter.segmentOrientation
Method parameters in edu.nps.moves.dis7.pdus with type arguments of type EulerAnglesModifier and TypeMethodDescriptionMinefieldDataPdu.setMineOrientation
(List<EulerAngles> pMineOrientation) Setter forMinefieldDataPdu.mineOrientation