Matrix3Node constructor

Matrix3Node([
  1. dynamic value
])

Implementation

Matrix3Node([value]) : super('mat3') {
  this.value = value ?? new Matrix3();
}