menu
bonfire package
documentation
util/bonfire_util.dart
BonfireUtil
angleBetweenPoints static method
angleBetweenPoints static method
dark_mode
light_mode
angleBetweenPoints
static method
double
angleBetweenPoints
(
Vector2
p1
,
Vector2
p2
)
Implementation
static double angleBetweenPoints(Vector2 p1, Vector2 p2) { return atan2(p2.y - p1.y, p2.x - p1.x); }
bonfire package
documentation
util/bonfire_util
BonfireUtil
angleBetweenPoints static method
BonfireUtil class