Package | Description |
---|---|
edu.nps.moves.dis7 |
Modifier and Type | Field and Description |
---|---|
protected 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
|
protected EulerAngles |
EntityStateUpdatePdu.entityOrientation
This field shall specify an entity's orientation and shall be represented by an Euler Angles record (see 6.2.33).
|
protected EulerAngles |
MinefieldStatePdu.minefieldOrientation
orientation of minefield
|
protected EulerAngles |
PointObjectStatePdu.objectOrientation
Object orientation
|
protected EulerAngles |
GriddedDataPdu.orientation
orientation of the data grid
|
protected EulerAngles |
LinearSegmentParameter.segmentOrientation
orientation of the linear segment about the segment location and shall be represented by a Euler Angles record
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<EulerAngles> |
MinefieldDataPdu.mineOrientation |
Modifier and Type | Method and Description |
---|---|
EulerAngles |
BeamAntennaPattern.getBeamDirection()
Getter for
BeamAntennaPattern.beamDirection |
EulerAngles |
EntityStatePdu.getEntityOrientation()
Getter for
EntityStatePdu.entityOrientation |
EulerAngles |
EntityStateUpdatePdu.getEntityOrientation()
Getter for
EntityStateUpdatePdu.entityOrientation |
EulerAngles |
MinefieldStatePdu.getMinefieldOrientation()
Getter for
MinefieldStatePdu.minefieldOrientation |
EulerAngles |
PointObjectStatePdu.getObjectOrientation()
Getter for
PointObjectStatePdu.objectOrientation |
EulerAngles |
GriddedDataPdu.getOrientation()
Getter for
GriddedDataPdu.orientation |
EulerAngles |
LinearSegmentParameter.getSegmentOrientation()
Getter for
LinearSegmentParameter.segmentOrientation |
EulerAngles |
EulerAngles.setPhi(float pPhi)
Setter for
phi |
EulerAngles |
EulerAngles.setPsi(float pPsi)
Setter for
psi |
EulerAngles |
EulerAngles.setTheta(float pTheta)
Setter for
theta |
Modifier and Type | Method and Description |
---|---|
java.util.List<EulerAngles> |
MinefieldDataPdu.getMineOrientation()
Getter for
MinefieldDataPdu.mineOrientation |
Modifier and Type | Method and Description |
---|---|
MinefieldDataPdu |
MinefieldDataPdu.setMineOrientation(java.util.List<EulerAngles> pMineOrientation)
Setter for
MinefieldDataPdu.mineOrientation |