From db630dc237ffcdc101bb5b0eb5b511f8c5374d45 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 8 May 2001 11:23:36 +0000 Subject: Add ruby-math3d, a Ruby library for mathematics for 3D graphics, which includes Vector/Matrix4x4/LineSeg/Plane/Bound and so on. --- math/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/Makefile') diff --git a/math/Makefile b/math/Makefile index 70809f1..0d044a2 100644 --- a/math/Makefile +++ b/math/Makefile @@ -89,6 +89,7 @@ SUBDIR += ruby-bigfloat SUBDIR += ruby-bitvector SUBDIR += ruby-gnuplot + SUBDIR += ruby-math3d SUBDIR += ruby-narray SUBDIR += sc SUBDIR += scigraphica -- cgit v1.1