menu
libac_dart
utils/Vector2.dart
Vector2d
operator < method
operator <
dark_mode
light_mode
operator <
method
bool
operator <
(
Vector2d
other
)
Implementation
bool operator <(Vector2d other) { return (X < other.X) || (X < other.Z); }
libac_dart
Vector2
Vector2d
operator < method
Vector2d class