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