Class PlateMotionCalculator
java.lang.Object
org.episteme.natural.earth.geophysics.PlateMotionCalculator
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionstatic PlateVectorpredictPosition(PlateVector start, Quantity<Time> duration) Projects the position of a site into the future based on its velocity vector.
-
Method Details
-
predictPosition
Projects the position of a site into the future based on its velocity vector.- Parameters:
start- Initial stateduration- Time duration- Returns:
- New PlateVector with updated position (velocity assumed constant)
-