Class MathManager

java.lang.Object
gaiasky.util.math.MathManager
All Implemented Interfaces:
IObserver

public class MathManager extends Object implements IObserver
  • Field Details

  • Method Details

    • initialize

      public static void initialize()
    • initialize

      public static void initialize(boolean highAccuracy)
    • notify

      public void notify(Events event, Object... data)
      Description copied from interface: IObserver
      Event notification call.
      Specified by:
      notify in interface IObserver
      Parameters:
      event - The event type.
      data - The data associated with this event.