create static method
Creates a Matrix3x3 instance.
Returns a reference to the allocated Matrix3x3.
Implementation
static Matrix3x3 create() {
return alloc().ref;
}
Creates a Matrix3x3 instance.
Returns a reference to the allocated Matrix3x3.
static Matrix3x3 create() {
return alloc().ref;
}