summaryrefslogtreecommitdiffstats
path: root/libs/math3d/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'libs/math3d/DETAILS')
-rwxr-xr-xlibs/math3d/DETAILS5
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/math3d/DETAILS b/libs/math3d/DETAILS
index 6249b81b58..ec3885b5e8 100755
--- a/libs/math3d/DETAILS
+++ b/libs/math3d/DETAILS
@@ -10,7 +10,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="libs"
SHORT="C++ library for 3D computer graphics"
cat << EOF
- Math3d is a C++ library that provides all the things you need all the time and everythere in a 3D Computer Graphics Project. The intention of Math3d is to simplify notation and produce easy maintainable code. It integrates seemless with OpenGL. The Math3d library provides the following classes:
+ Math3d is a C++ library that provides all the things you need all the time
+ and everythere in a 3D Computer Graphics Project. The intention of Math3d
+ is to simplify notation and produce easy maintainable code. It integrates
+ seemless with OpenGL. The Math3d library provides the following classes:
* Math3d::M2d (2-dimensional vector)
* Math3d::M3d (3-dimensional vector)
* Math3d::M4d (4-dimensional vector)