Skip to content

@ralphschuler.webgl shader factory.<internal>.SVGAngle

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: SVGAngle

@ralphschuler/webgl-shader-factory.<internal>.SVGAngle

Used to represent a value that can be an or value. An SVGAngle reflected through the animVal attribute is always read only.

MDN Reference

Table of contents

Properties

Methods

Properties

SVG_ANGLETYPE_DEG

Readonly SVG_ANGLETYPE_DEG: 2

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18861


SVG_ANGLETYPE_GRAD

Readonly SVG_ANGLETYPE_GRAD: 4

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18863


SVG_ANGLETYPE_RAD

Readonly SVG_ANGLETYPE_RAD: 3

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18862


SVG_ANGLETYPE_UNKNOWN

Readonly SVG_ANGLETYPE_UNKNOWN: 0

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18859


SVG_ANGLETYPE_UNSPECIFIED

Readonly SVG_ANGLETYPE_UNSPECIFIED: 1

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18860


unitType

Readonly unitType: number

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18853


value

value: number

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18854


valueAsString

valueAsString: string

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18855


valueInSpecifiedUnits

valueInSpecifiedUnits: number

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18856

Methods

convertToSpecifiedUnits

convertToSpecifiedUnits(unitType): void

Parameters

Name Type
unitType number

Returns

void

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18857


newValueSpecifiedUnits

newValueSpecifiedUnits(unitType, valueInSpecifiedUnits): void

Parameters

Name Type
unitType number
valueInSpecifiedUnits number

Returns

void

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18858

Typescript Libraries

Modules

Namespaces

Clone this wiki locally