Dav1dde / gl3n

OpenGL Maths for D (not glm for D).
http://dav1dde.github.com/gl3n/
Other
103 stars 49 forks source link

Issue 77: Now possible to instantiate AABBT for many types #79

Closed DrInfiniteExplorer closed 7 years ago

DrInfiniteExplorer commented 7 years ago

PR for issue #77

Unit-tested with dub test

Outstanding issues: area returns type at; make template with default type=at?

Dav1dde commented 7 years ago

Thanks!

Idea why the unittest fails with GDC? Maybe just a floating point issue.

What is the issue with area, I don't understand what you mean?