Skip to content

Files

Latest commit

20bbfab · Feb 10, 2021

History

History
105 lines (105 loc) · 5.07 KB

cn.nukkit.math.MathHelper.md

File metadata and controls

105 lines (105 loc) · 5.07 KB
    • 成员函数一览

      All Methods Static Methods Concrete Methods 
      修饰符和类 成员函数描述
      static int abs(int number) 
      static int ceil(float floatNumber) 
      static int clamp(int check, int min, int max) 
      static float cos(double paramFloat) 
      static float cos(float paramFloat) 
      static double denormalizeClamp(double lowerBnd, double upperBnd, double slide) 
      static float denormalizeClamp(float lowerBnd, float upperBnd, float slide) 
      static long floor_double_long(double d) 
      static int floor_float_int(float f) 
      static int floor(double d0) 
      static int getRandomNumberInRange(Random random, int min, int max)
      Returns a random number between min and max, inclusive.
      static int log2(int bits) 
      static double max(double first, double second, double third, double fourth) 
      static float sin(double paramFloat) 
      static float sin(float paramFloat) 
      static float sqrt(float paramFloat) 
      • 继承自类 java.lang.Object

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