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