[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2005-01-04 (19:37) |
From: | Sachin Shah <zakaluka@g...> |
Subject: | Re: [Caml-list] 3D vector libs for OCaml? |
Hello, I am not sure if this exactly fits your needs, but PsiLAB (http://psilab.sourceforge.net/) is available for the types of mathematical operations you are talking about. At the very least, it provides extensive matrix/linear algebra operations, which you could use to write your own (assuming another is unavailable). Regards, Sachin. On Tue, 4 Jan 2005 14:47:43 +0000, Richard Jones <rich@annexia.org> wrote: > > I'm looking for a 3D vector library for OCaml. In particular I'm > interested in: > > * points, rays, vectors, surfaces > * intersection of sphere and ray, surface and ray, etc. > > Simple enough to write myself, but I was hoping that one would already > exist. I checked the Humps, and the nearest I could find are GeOCaml, > which seems to be 2D only, and SOCaml which is the OCaml interface to > Open Inventor, which is not quite what I'm looking for. > > Thanks in advance, > > Rich. > > -- > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs >