menu
openworld package
documentation
three_dart/three3d/math/index.dart
Math
min3 static method
min3 static method
dark_mode
light_mode
min3
static method
num
min3
(
num
x
,
num
y
,
num
z
)
Implementation
static num min3(num x, num y, num z) { return min(min(x, y), z); }
openworld package
documentation
three_dart/three3d/math/index
Math
min3 static method
Math class