abbottjord94 / AgSwift

AgSwift library and GUI
0 stars 0 forks source link

Unit Testing: Point class #28

Closed AutumnO closed 3 years ago

AutumnO commented 3 years ago

QUESTIONS What range of points is expected? (negative, min/max, precision)

TODO Test edge cases, separate test functions likely wanted

abbottjord94 commented 3 years ago

What range of points is expected? (negative, min/max, precision)

Points are signed double-precision for all coordinate values. There are no user limits for coordinate values, so they'll be limited to Double.MinValue and Double.MaxValue

abbottjord94 commented 3 years ago

Moot issue, closing.