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