lua-matrix icon indicating copy to clipboard operation
lua-matrix copied to clipboard

Extension for large (>3D) vectors and segment and x/y/z/w convenience

Open devurandom opened this issue 12 years ago • 1 comments

Support for: local m = matrix{1,2,3,4,5,6,...} m:segment(3)[2] -->> matrix{2,3,4} m:y() -->> 2

devurandom avatar Nov 28 '13 15:11 devurandom

Hi,

Hi, this is a very nice library. I do agree it seems logical to replace the 3-vector matrix.scalar and matrix.len with N-vector ones.

Marcel

marcelvanherk avatar Dec 06 '13 15:12 marcelvanherk