Positioning

General

Point

class Point()

interface, exported from edge

A single point.

Point.x

type: number

Point.y

type: number

RotationVector

class RotationVector()

interface, exported from rotation-vector

RotationVector.dx

type: number

RotationVector.dy

type: number

RotationData

class RotationData()

interface, exported from rotation-vector

Interface holding rotation information of a graph object.

RotationData.absoluteRotation

type: number

Absolute rotation angle in degree.

Absolute rotation overwrites any relative rotation.

RotationData.relativeRotation

type: number

Relative rotation angle in degree.