From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id BFD3EBB81 for ; Tue, 4 Jan 2005 20:37:25 +0100 (CET) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j04JbPPr027082 for ; Tue, 4 Jan 2005 20:37:25 +0100 Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id UAA30521 for ; Tue, 4 Jan 2005 20:37:25 +0100 (MET) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j04JbONc027078 for ; Tue, 4 Jan 2005 20:37:24 +0100 Received: by wproxy.gmail.com with SMTP id 36so25657wra for ; Tue, 04 Jan 2005 11:37:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=lsDXA17ZbS5raMoW2q8f7ddOSBiTJbrUE0rcGhLrcRmDU9QfCjZ+0g+bq9BwDHVlEP0emiRrnn54TlrQgjQhoM2bDiXuJaxN0jRP8kIAkVFFOyRz4nfjo94ICkermhPcl2Nd7f9Q7YxM6/qgK2leQJmH3iIWjuF4BOQYLtJqJM8= Received: by 10.54.27.69 with SMTP id a69mr84170wra; Tue, 04 Jan 2005 11:37:23 -0800 (PST) Received: by 10.54.28.53 with HTTP; Tue, 4 Jan 2005 11:37:23 -0800 (PST) Message-ID: <388f6fcd050104113745df6e2b@mail.gmail.com> Date: Tue, 4 Jan 2005 11:37:23 -0800 From: Sachin Shah Reply-To: Sachin Shah To: caml-list@inria.fr Subject: Re: [Caml-list] 3D vector libs for OCaml? In-Reply-To: <20050104144743.GA14533@furbychan.cocan.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050104144743.GA14533@furbychan.cocan.org> X-Miltered: at nez-perce with ID 41DAF075.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 41DAF074.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 libs:01 ocaml:01 psilab:01 psilab:01 sourceforge:01 algebra:01 wrote:01 ocaml:01 vectors:01 intersection:01 humps:01 caml-list:01 beginner's:01 beginners:01 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on yquem.inria.fr X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=disabled version=3.0.0 X-Spam-Level: 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 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 >