aarondandy/vertesaur

Specialized float geometries

aarondandy opened this issue · 2 comments

Add specialized point/vector and whatever else feels right with float as the coordinate data type.

This should be in an interoperability assembly as there is not much other reason to use float over double on the CLR.

With the new SIMD stuff it may make more sense to create interop to those primitives.