$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] POD 3d vectors
From: Demian Nave (demian_at_[hidden])
Date: 2009-05-30 19:33:27
Hi,
You could try the Configurable Math Library (CML), which supports n-D
vectors/matrices, but is especially tuned for 2D and 3D graphics
applications: http://www.cmldev.net
The library is fast (implements expression templates *without* pointer
indirection or iterators), is pretty well tested, and has a decent user
base ranging from professionals to hobbyists. Best of all, it's released
under the Boost 1.0 library, so you can do whatever you want with it. :-)
If you want more information, I'm one of the library authors, so feel free
to contact me off-list or via the CML forums: http://cmldev.net/forums/
Cheers,
Demian