How to compare for nearly equal in Swift
Issue #607
Implement Equatable
and Comparable
and use round
1 | struct RGBA: Equatable, Comparable { |
Issue #607
Implement Equatable
and Comparable
and use round
1 | struct RGBA: Equatable, Comparable { |