Allocates memory for a Matrix3x3 instance.
Matrix3x3
Returns a pointer to the allocated memory.
static Pointer<Matrix3x3> alloc() { return calloc<Matrix3x3>(); }