Dav1dde / gl3n

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

N-dimension AABB #87

Closed CromFr closed 6 years ago

CromFr commented 6 years ago

This PR adds multi-dimension support for AABB (mentioned in issue #86 ).

Dav1dde commented 6 years ago

Thanks, this seems like a good addition!

CromFr commented 6 years ago

@Dav1dde I just realized that this PR requires the static foreach DIP, implemented in dmd 2.076, and is causing the travis builds to fail :/

Dav1dde commented 6 years ago

Yeah, not a big deal, I replaced the static foreach with a good old TupleRange. Compiles with older D versions again.