public interface IForceResistance extends ISensor
Modifier and Type | Method and Description |
---|---|
org.apache.commons.math3.geometry.euclidean.threed.Vector3D |
getForce()
Retrieve the 3-dimensional force vector
|
org.apache.commons.math3.geometry.euclidean.threed.Vector3D |
getForceOrigin()
Retrieve the force origin (the point in 3-dimensional space the force
effects on)
|
copy, getName, updateFromPerception, updateNoPerception, updateSensors
org.apache.commons.math3.geometry.euclidean.threed.Vector3D getForceOrigin()
org.apache.commons.math3.geometry.euclidean.threed.Vector3D getForce()