AGPolarWorldParams


Synopsis

polar world parameters

group+AGAxisParams+AGTickRParams+AGTickTParams AGPolarWorldParams
{
AGFloat limitsR[2];
AGFloat limitsT[2];
AGFloat angle = 0
AGFloat originR;
};

Description

AGPolarWorldParams is a base object containing all the parameters common to all polar world objects.

Subobjects

majorTickColor
majorTickLineStyle
majorTickOn
majorTickWidth
minorTickColor
minorTickCount
minorTickLineStyle
minorTickWidth

Inherited from AGTickParams through AGAxisParams.

textColor
textFont
textHeight

axleColor
axleWidth
labelColor
labelFont
labelHeight

Inherited from AGAxisParams.

majorReferenceR
majorStepR

Inherited from AGTickRParams.

majorReferenceT
majorStepT

Inherited from AGTickTParams.

limitsR
limitsT

Determines the range of the polar world coordinate system. If the second value is lower than the first value in a limits array (in other words, limitsR[1] < limitsR[0]), the coordinate space is reversed.

By default, limitsR and limitsT are unset and their values are determined based on the value of any children connected to the polar world.

Example

Not available.

File

v/ag.v

See Also

Related modules

•      AGAxisParams

•      AGContourWorld

•      AGPolarGraphWorld

•      AGTickParams

•      AGPolarRTicklines / AGPolarTTicklines

•      AGPolarWorld