Closed peterstace closed 1 year ago
Remove the constructor options and error returns from the AsPoint constructor method on XY.
AsPoint
XY
Adds an AsPoint constructor method to Coordinates (to shadow the method on XY).
Coordinates
Removes the asUncheckedPoint constructor helper methods.
asUncheckedPoint
Have you:
Added unit tests? N/A
Add cmprefimpl tests? (if appropriate?) N/A
Updated release notes? (if appropriate?) N/A
Description
Remove the constructor options and error returns from the
AsPoint
constructor method onXY
.Adds an
AsPoint
constructor method toCoordinates
(to shadow the method onXY
).Removes the
asUncheckedPoint
constructor helper methods.Check List
Have you:
Added unit tests? N/A
Add cmprefimpl tests? (if appropriate?) N/A
Updated release notes? (if appropriate?) N/A
Related Issue