Library of 2D and 3D vector, matrix, and math operations for computer graphics
Go to file
Kalev Lember c3e408c84b Avoid hardcoding usr prefix
Pass %{_prefix} as prefix to cmake rather than hardcoding %{_usr} as
prefix. This fixes flatpak module builds where the prefix is /app, not
/usr.
2021-10-03 14:58:53 +02:00
.gitignore New upstream release 3.1.2 2021-08-20 11:59:31 -05:00
209.patch Add patch to fix test failure on i686. 2021-09-08 13:20:25 -05:00
imath-python-test.patch Add patch to scm. 2021-08-20 11:59:56 -05:00
imath.spec Avoid hardcoding usr prefix 2021-10-03 14:58:53 +02:00
README.md Update README.md. 2021-05-29 08:20:39 -05:00
sources New upstream release 3.1.2 2021-08-20 11:59:31 -05:00

Imath is a basic, light-weight, and efficient C++ representation of 2D and 3D vectors and matrices and other simple but useful mathematical objects, functions, and data types common in computer graphics applications, including the “half” 16-bit floating-point type.