menu
openworld package
documentation
three_dart/three3d/math/index.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); }
openworld package
documentation
three_dart/three3d/math/index
Math
max3 static method
Math class