menu
three_dart package
documentation
three3d/math/math.dart
Math
ceil static method
ceil static method
dark_mode
light_mode
ceil
static method
int
ceil
(
num
x
)
Implementation
static int ceil(num x) { return x.ceil(); }
three_dart package
documentation
three3d/math/math
Math
ceil static method
Math class