PHP Class pocketmine\math\Math

Mostra file Open project: iTXTech/Genisys Class Usage Examples

Public Methods

Method Description
ceilFloat ( $n )
clamp ( $value, $low, $high )
floorFloat ( $n )
solveQuadratic ( $a, $b, $c ) : array

Method Details

ceilFloat() public static method

public static ceilFloat ( $n )

clamp() public static method

public static clamp ( $value, $low, $high )

floorFloat() public static method

public static floorFloat ( $n )

solveQuadratic() public static method

public static solveQuadratic ( $a, $b, $c ) : array
return array