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