Module matrix2

Module matrix2 

Source
Expand description

This module implements a simple 2x2 matrix.

Structsยง

Matrix2
The code defines a generic struct called Matrix2 with two fields, x_ and y_, which are both of type Vector2.