Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Raw

Hierarchy

  • Raw

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Raw(values?: number[][]): Raw
  • Parameters

    • Default value values: number[][] = [[1, 0, 0, 0, 0], [0, 1, 0, 0, 0], [0, 0, 1, 0, 0], [0, 0, 0, 1, 0], [0, 0, 0, 0, 0]]

    Returns Raw

Properties

arr

arr: number[] = []

type

type: "matrix" = "matrix"

Methods

get

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

interpolator

  • interpolator(from: Raw): function

parse

  • parse(css: string | null): Raw

set

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

toString

  • toString(): string

Generated using TypeDoc