MatrixUtil

From MiniScript Wiki
Revision as of 00:52, 5 April 2025 by Redspark (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.