translate abstract method

DomMatrix translate(
  1. num tx,
  2. num ty,
  3. num tz
)

Implementation

DomMatrix translate(num tx, num ty, num tz);