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