diff options
Diffstat (limited to 'source/l/Imath/slack-desc')
-rw-r--r-- | source/l/Imath/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/source/l/Imath/slack-desc b/source/l/Imath/slack-desc new file mode 100644 index 000000000..e0153de92 --- /dev/null +++ b/source/l/Imath/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +Imath: Imath (Math library for graphics) +Imath: +Imath: Imath is a basic, light-weight, and efficient C++ representation of 2D +Imath: and 3D vectors and matrices and other simple but useful mathematical +Imath: objects, functions, and data types common in computer graphics +Imath: applications, including the half 16-bit floating-point type. Imath +Imath: also includes optional python bindings for all types and functions, +Imath: including optimized implementations of vector and matrix arrays. +Imath: +Imath: Homepage: https:://github.com/AcademySoftwareFoundation/Imath +Imath: |