public class MunitionState extends StateVector
| Constructor and Description |
|---|
MunitionState(MunitionExecution execution)
Constructor for a new state variable
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
getExtraDisState() |
double |
getScalarVelocity() |
protected void |
reset()
Reset state vector values prior to repeating another simulation loop
|
void |
setScalarVelocity(double val) |
getP, getPhi, getPhiDot, getPsi, getPsiDot, getQ, getR, getSimulationTime, getTheta, getThetaDot, getU, getV, getVehicle, getW, getX, getXDot, getY, getYDot, getZ, getZDot, resetKinematics, setP, setPhi, setPhiDot, setPsi, setPsiDot, setQ, setR, setSimulationTime, setTheta, setThetaDot, setU, setV, setW, setX, setXDot, setY, setYDot, setZ, setZDotpublic MunitionState(MunitionExecution execution)
execution - MunitionExecution reference to munition to which state vector appliesprotected void reset()
reset in class StateVectorpublic double getScalarVelocity()
public void setScalarVelocity(double val)
public double[] getExtraDisState()
getExtraDisState in class StateVector