How to Install libvmmlib-dev in Ubuntu 18.04



Install libvmmlib-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libvmmlib-dev

Description:

templatized C++ vector and matrix math library

Vmmlib's basic functionality includes a vector and a matrix class, with additional functionality for the often-used 3d and 4d vectors and 3x3 and 4x4 matrices. . More advanced functionality include solvers, frustum computations and frustum culling classes, and spatial data structures. . It is implemented using C++ templates, making it versatile, and being a header library, it is very easy to integrate into other libraries and programs.

Version: 1.0-2

Section: universe/libdevel