From a5e734e054c665af1d7aba5a38137575d631559b Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Sat, 29 May 2021 08:20:39 -0500 Subject: [PATCH] Update README.md. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0baad40..1385960 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ -# imath - -The imath package +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.