menu
libac_dart
utils/Vector3.dart
Vector3i
operator > method
operator >
dark_mode
light_mode
operator >
method
bool
operator >
(
Vector3i
other
)
Implementation
bool operator >(Vector3i other) { return (X > other.X) || (Y > other.Y) || (X > other.Z); }
libac_dart
Vector3
Vector3i
operator > method
Vector3i class