On Jun 18, 2013, at 4:03 PM, Check Nyah wrote: > well just recovered from some brief malaria that started last week. So > will start studying the BRL-CAD libraries tomorrow to work on my > project. Just wanted to know if there is an implementation of the > inverse of a 4x4 matrix in the source code before I reinvent the > wheel.
src/libged/combmem.c I vaguely recall there being at least one more place but that's a good start. Note that the functions are supposed to be in our basic numerics library (src/libbn), so you might want to start by moving one ore more of the functions there. Cheers! Sean ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
