Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Matrix

Hierarchy

  • Matrix

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Matrix(values: number[][]): Matrix

Properties

arr

arr: number[] = []

Methods

get

  • get(element: SVGElement, attr: string): Matrix

interpolator

  • interpolator(from: Matrix): function

parse

  • parse(css: string | null): Matrix

set

  • set(element: SVGElement, attr: string, override?: Matrix): void

toString

  • toString(): string

Generated using TypeDoc