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