$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] POD 3d vectors
From: Oei, YC (oei.yungchin_at_[hidden])
Date: 2009-05-29 21:03:01
>> Still, you probably want to search around a bit more first. Without
>> checking, I'd bet all of CrystalSpace, Ogre, VTK, Irrlicht, and <insert
>> random google result for "open source 3d engine" here> include their
>> own classes for vectors and matrices.
>
> Have you looked at http://www.cgal.org/ ? --DD
A fairly concise and elegant vector/matrix implementation from CERN's
ROOT library: http://project-mathlibs.web.cern.ch/project-mathlibs/sw/html/SMatrix.html
- I believe it is available under the LGPL.
YC