coordinate type conversion should be explicit
aarondandy opened this issue · 1 comments
aarondandy commented
There are some Point <-> Vector conversions that are implicit which need to be explicit. Having them as implicit could be very confusing when dealing with methods/contructors that have overloaded signatures taking points OR vectors. Segment2 is a good example.
aarondandy commented
Leaving as is.