W3cubDocs

/Dart 2

m33 property

num m33
override

Implementation

num get m33 => JS("num", "#.m33", this);
void m33= (num value)

Implementation

set m33(num value) {
  JS("void", "#.m33 = #", this, value);
}

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-html/DomMatrix/m33.html