Transform.submatrix

Find a 2x2 submatrix

The row and column that (x, y) sits in will be eliminated

struct Transform
@nogc nothrow pure const
float[4]
submatrix
(
int x
,
int y
)

Meta