public interface WrenchModel
| Modifier and Type | Method and Description |
|---|---|
Vector3D |
computeTorque(SpacecraftState s)
Compute the resulting torque at the mass centre of the spacecraft in the frame of the main part.
|
Vector3D |
computeTorque(SpacecraftState s,
Vector3D origin,
Frame frame)
Compute the resulting wrench.
|
Wrench |
computeWrench(SpacecraftState s)
Compute the resulting wrench at the mass centre of the spacecraft in the frame of the main part.
|
Wrench |
computeWrench(SpacecraftState s,
Vector3D origin,
Frame frame)
Compute the resulting wrench.
|
Wrench computeWrench(SpacecraftState s) throws PatriusException
s - spacecraft statePatriusException - if some error occursWrench computeWrench(SpacecraftState s, Vector3D origin, Frame frame) throws PatriusException
s - spacecraft stateorigin - point in which to express wrenchframe - frame in which point is expressedPatriusException - if some error occursVector3D computeTorque(SpacecraftState s) throws PatriusException
s - spacecraft statePatriusException - if some error occursVector3D computeTorque(SpacecraftState s, Vector3D origin, Frame frame) throws PatriusException
s - spacecraft stateorigin - point in which to express torqueframe - frame in which point is expressedPatriusException - if some error occursCopyright © 2025 CNES. All rights reserved.