discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Matrix functions

A
adrian
Sat, Jan 31, 2015 4:38 PM

I was starting to write some matrix functions (i.e. ref, rref, transpose,
etc) when I thought to ask, did anyone else do this?

A

--
View this message in context: http://forum.openscad.org/Matrix-functions-tp11359.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

I was starting to write some matrix functions (i.e. ref, rref, transpose, etc) when I thought to ask, did anyone else do this? A -- View this message in context: http://forum.openscad.org/Matrix-functions-tp11359.html Sent from the OpenSCAD mailing list archive at Nabble.com.
MK
Marius Kintel
Sat, Jan 31, 2015 11:52 PM

On Jan 31, 2015, at 11:38 AM, adrian adrianh.bsc@gmail.com wrote:

I was starting to write some matrix functions (i.e. ref, rref, transpose,
etc) when I thought to ask, did anyone else do this?

On Jan 31, 2015, at 11:38 AM, adrian <adrianh.bsc@gmail.com> wrote: > I was starting to write some matrix functions (i.e. ref, rref, transpose, > etc) when I thought to ask, did anyone else do this? > There are some in scad-utils: Transformations: https://github.com/openscad/scad-utils/blob/master/transformations.scad General linear algebra: https://github.com/openscad/scad-utils/blob/master/linalg.scad -Marius