Skip to content

dlib.math

Timur Gafarov edited this page Mar 16, 2020 · 14 revisions

dlib.math

dlib.math brings vector and matrix types to D, as well as some numerical analysis functionality. dlib.math is great as a math library for games, graphics/physics engines and rendering pipelines. All types are POD and OpenGL-friendly: you can pass your 4x4 matrices to OpenGL functions directly, without any conversion.

Modules

Clone this wiki locally