create static method

Matrix3x3 create()
override

Creates a Matrix3x3 instance.

Returns a reference to the allocated Matrix3x3.

Implementation

static Matrix3x3 create() {
  return alloc().ref;
}