translateSelf method

DomMatrix translateSelf(
  1. [num? tx,
  2. num? ty,
  3. num? tz]
)

Implementation

DomMatrix translateSelf([num? tx, num? ty, num? tz]) native;