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 #86

Closed CromFr closed 6 years ago

CromFr commented 6 years ago

I'm doing 2d calculations, and having a 2d AABB would be nice.

I'm currently working on a PR for n-dimension AABB which dimensions are defined at compile time (inspired from how Vector works)

Dav1dde commented 6 years ago

Thanks, your PR is merged.