News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

TheCalculator-new powerful version 2017

Started by RuiLoureiro, April 08, 2017, 08:03:13 AM

Previous topic - Next topic

RuiLoureiro

Quote from: newrobert on May 23, 2017, 10:09:41 AM
i try it, and i see there are vector or matrix define and opperate, as you know matrix have three common operation in 3D space,
move,scale and rotate, so in the future, are there the 3x3 matrix to support it?
Hi Robert,
               Here, we may get the old version
               http://masm32.com/board/index.php?topic=175.0
               Right now i dont know what i will do in the near future
               because i need to do some more work about DERIVATIVES
               in this version 2017.
               Matrix operations is a very easy thing,  so you may start it.
               First choose REAL4 ? REAL8 ? REAL10 ? and what you want
               to do. TheCalculator uses REAL10 each element is 16 bytes
               each matrix is 16 bytes aligned.
               In TheCalculator we define a matrix like this:
                a=[1,2,3;     4,5,6;      7,8,9];      <<<<- 3 lines, 3 columns.
               

newrobert

thank you very much, it's useful function;

RuiLoureiro

#32
Quote from: newrobert on May 24, 2017, 09:28:56 AM
thank you very much, it's useful function;
:t

              Search for: RuiLoureiro you may find more things.
Example:
                 http://masm32.com/board/index.php?topic=1852.0
                 http://masm32.com/board/index.php?topic=1914.msg19899#msg19899