Matrix4Node constructor
Matrix4Node([
- dynamic value
Implementation
Matrix4Node([value]) : super('mat4') {
generateLength = 2;
this.value = value ?? new Matrix4();
}
Matrix4Node([value]) : super('mat4') {
generateLength = 2;
this.value = value ?? new Matrix4();
}