Skip to content

Latest commit

 

History

History
108 lines (108 loc) · 4.98 KB

cn.nukkit.math.NukkitMath.md

File metadata and controls

108 lines (108 loc) · 4.98 KB
    • 构造函数一览

      构造函数 
      构造函数描述
      NukkitMath() 
    • 成员函数一览

      All Methods Static Methods Concrete Methods 
      修饰符和类 成员函数描述
      static int ceilDouble(double n) 
      static int ceilFloat(float n) 
      static double clamp(double value, double min, double max) 
      static float clamp(float value, float min, float max) 
      static int clamp(int value, int min, int max) 
      static int floorDouble(double n) 
      static int floorFloat(float n) 
      static double getDirection(double diffX, double diffZ) 
      static int randomRange(NukkitRandom random) 
      static int randomRange(NukkitRandom random, int start) 
      static int randomRange(NukkitRandom random, int start, int end) 
      static double round(double d) 
      static double round(double d, int precision) 
      • 继承自类 java.lang.Object

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