Class PlateMotionCalculator

java.lang.Object
org.episteme.natural.earth.geophysics.PlateMotionCalculator

public class PlateMotionCalculator extends Object
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Details

    • predictPosition

      public static PlateVector predictPosition(PlateVector start, Quantity<Time> duration)
      Projects the position of a site into the future based on its velocity vector.
      Parameters:
      start - Initial state
      duration - Time duration
      Returns:
      New PlateVector with updated position (velocity assumed constant)