Dart
dart:html
DomMatrixReadOnly
scale3d method
description
scale3d method
DomMatrix
scale3d
(
[
num
scale
,
num
originX
,
num
originY
,
num
originZ
])
Implementation
DomMatrix scale3d([
num
scale,
num
originX,
num
originY,
num
originZ]) native;