aarondandy/vertesaur

coordinate type conversion should be explicit

aarondandy opened this issue · 1 comments

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.

Leaving as is.