Matrix Math

Originally published at: Matrix Math – Xojo Programming Blog

A feature in some other languages you may have seen is something called matrix math. These are operations you can perform on matrices, which are 2-dimensional arrays. Xojo does not have any matrix math functions built in, but using the Extends command you can add your own.

2 Likes