Positioning

General

Point

class Point()

A single point.

interface

Point.x

type: number

Point.y

type: number

RotationVector

class RotationVector()

Vector used for angles and offsets.

interface

RotationVector.dx

type: number

RotationVector.dy

type: number

RotationData

class RotationData()

Interface holding rotation information of a graph object.

interface

RotationData.absoluteRotation?

type: number

Absolute rotation angle in degree.

Absolute rotation overwrites any relative rotation.

RotationData.relativeRotation?

type: number

Relative rotation angle in degree.