Package 

Object Math

  • All Implemented Interfaces:

    
    public class Math
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static Math INSTANCE
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Vec2 lineIntersect(Vec2 line1Start, Vec2 line1End, Vec2 line2Start, Vec2 line2End)
      final static Boolean pointIsOnLine(Vec2 lineStart, Vec2 lineEnd, Vec2 point)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait