imath

Library for 2D/3D vector, matrix, and mathematical operations

brewmacoslinux
Try with needOr install directly
Source

About

Library of 2D and 3D vector, matrix, and math operations

Commands

imath

Examples

Include imath headers in C++ projects for vector operations$ g++ -I$(brew --prefix imath)/include myprogram.cpp -L$(brew --prefix imath)/lib -lImath
Verify imath installation and check library version$ pkg-config --cflags --libs Imath
Use imath in CMake projects by finding the package$ find_package(Imath REQUIRED)