Dav1dde / gl3n

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

Added const qualifiers and unittest for the Frustum #83

Closed dayllenger closed 6 years ago

dayllenger commented 6 years ago

Hello. I found inconvenience that frustum methods have no const, so I added it. Also I wrote unittest for the frustum intersection method.