AngleManagerImpl

open fun AngleManagerImpl()

Initializes a new AngleManager instance with dUnit = 1 and dPhase = 0.

See also


open fun AngleManagerImpl(dUnit: Double)

Initializes a new AngleManager instance with dPhase = 0.

See also

Parameters

dUnit

is the amount of degrees corresponding to 1 slide (i.e. inc(1);)


open fun AngleManagerImpl(dUnit: Double, dPhase: Double)

Initializes a new AngleManager with the initial phase and unit in input.

Parameters

dUnit

is the amount of degrees corresponding to 1 slide (i.e. inc(1);)

dPhase

is the initial rotation expressed with degrees