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