menu
sdl3 package
documentation
sdl3/sdl.dart
SdlxFPoint
angleTo method
angleTo method
dark_mode
light_mode
angleTo
method
double
angleTo
(
SdlxFPoint
other
)
Implementation
double angleTo(SdlxFPoint other) => math.atan2(other.y - y, other.x - x);
sdl3 package
documentation
sdl3/sdl
SdlxFPoint
angleTo method
SdlxFPoint class