Difference between revisions of "MatrixUtil"

From MiniScript Wiki
Jump to navigation Jump to search
(Initial Page)
(No difference)

Revision as of 02:53, 1 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

Header text Header text
Matrix Defines a Matrix class in global namespace.