kvark / mint

Math Interoperability Types
MIT License
253 stars 20 forks source link

Removed LeftQuaternion #24

Closed kvark closed 6 years ago

kvark commented 6 years ago

It only makes sense for quaternions derived from texture coordinates, but those are most often just going directly to GPU anyway, there is no need for strong CPU typing. If someone requests it, we can always add them back without breaking anything.

r? @Ralith