Matrix
Allocate a new Matrix.
This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.
Allocate a new Matrix using the provided AutofreeScope.
The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped
.
Parameters
The AutofreeScope to allocate this structure in.
Allocate a new Matrix.
This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.
Parameters
1st component of the transformation matrix
2nd component of the transformation matrix
3rd component of the transformation matrix
4th component of the transformation matrix
x translation
y translation
Allocate a new Matrix using the provided AutofreeScope.
The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped
.
Parameters
1st component of the transformation matrix
2nd component of the transformation matrix
3rd component of the transformation matrix
4th component of the transformation matrix
x translation
y translation
The AutofreeScope to allocate this structure in.