menu
tremble package
documentation
utils/vector2.dart
Vector2
crossBetween static method
crossBetween static method
dark_mode
light_mode
crossBetween
static method
double
crossBetween
(
Vector2
a
,
Vector2
b
)
Implementation
static double crossBetween(Vector2 a, Vector2 b) { return a.x * b.y - a.y * b.x; }
tremble package
documentation
utils/vector2
Vector2
crossBetween static method
Vector2 class