Re: [Caml-list] standard 3d vector library in OCaml
Florent Monnier <[email protected]>
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <CAE1DttDQzQc1jT_75HZZ_uOub3xRrCBv40ccBdnfG2BODcDudA@mail.gmail.com> |
On 2013/05/08, Francois Berenger wrote: > Hello, > > Is there a standard library for this purpose? > > Maybe I should relase mine, I have a small one. > > Regards, > F. Hello, Motivated by the people who contributed to this thread [0], I attempted to produce the following stuff: http://www.linux-nantes.org/~fmonnier/ocaml/ageom/ http://www.linux-nantes.org/~fmonnier/ocaml/ageom/doc/ This is currently very hobbyistish and I was wondering how you professionals, experts and others would recommand to improve it. It tries to provide a solution in the same topic with a different approach in the style, the types are tuples, and there tuples of integers and tuples of floats. -- Florent [0] https://sympa.inria.fr/sympa/arc/caml-list/2013-05/msg00024.html