menu
openworld package
documentation
three_dart/three3d/extras/index.dart
sign function
sign function
dark_mode
light_mode
sign
function
int
sign
(
num
num
)
Implementation
int sign(num num) { return num > 0 ? 1 : num < 0 ? -1 : 0; }
openworld package
documentation
three_dart/three3d/extras/index
sign function
three_extra library