Difference between revisions of "MatrixUtil"
Jump to navigation
Jump to search
(Initial Page) |
|||
Line 4: | Line 4: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | ! | + | ! Name !! Description |
|- | |- | ||
|[[matrixUtil.Matrix|Matrix]] || Defines a Matrix class in global namespace. | |[[matrixUtil.Matrix|Matrix]] || Defines a Matrix class in global namespace. | ||
|} | |} | ||
+ | [[Category:Sys Modules]] | ||
[[Category:Mini Micro]] | [[Category:Mini Micro]] | ||
− | [[Category: | + | [[Category:Command-Line_MiniScript]] |
Latest revision as of 00:52, 5 April 2025
This system module defines the Matrix class. A matrix is a 2D array of numbers. These have lots of uses in computer graphics. In keeping with standard programming convention, but NOT standard math convention, we use 0-base indexing. So the top-left element is 0,0.
Class
Name | Description |
---|---|
Matrix | Defines a Matrix class in global namespace. |