Transform.submatrix

Find a 2x2 submatrix

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

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

Meta