Browse thread
3D vector libs for OCaml?
- Richard Jones
[
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 (14:47) |
From: | Richard Jones <rich@a...> |
Subject: | 3D vector libs for OCaml? |
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. --