Skip to content
On this page

Interface: Transformed

Hierarchy

Properties

inverseTransformation

Readonly inverseTransformation: TransformationRepresentation

The inverse of transformation

Defined in

transformed.ts:11


transformation

Readonly transformation: TransformationRepresentation

The transformation that, when applied to a point (x, y) in the CSS-pixel-base coordinate system of the <canvas> (which has its origin at the top-left corner of the canvas), returns the corresponding point in the InfiniteCanvas's coordinate system

Defined in

transformed.ts:7