TOC PREV NEXT INDEX

AGPolarWorld

Synopsis

define a world coordinate space within an AGViewport

AGPrimitive+AGPolarWorldParams AGPolarWorld
{
     axleColor = "antibackground";
     axleWidth = 0.5;
     labelColor = "antibackground";
     labelFont = "roman-simplex";
     labelHeight = 3.5;
     majorTickColor = "antibackground";
     majorTickLineStyle = "solid";
     majorTickOn = 1;
     majorTickWidth = 0.5;
     minorTickColor = "grey";
     minorTickCount = 0;
     minorTickLineStyle = "dashed";
     minorTickWidth = 0.25;
     textColor = "antibackground";
     textFont = "sw:roman-complex";
     AGPrimitive+IPort2+read &children[];
};

Description

AGPolarWorld links objects with equal polar world coordinate scaling. Connections to objects that are to share the same polar world coordinate space are done through the children reference array.

Subobjects

visibility

priority

Inherited from AGPrimitive.

majorTickColor

majorTickLineStyle

majorTickOn

majorTickWidth

minorTickColor

minorTickCount

minorTickLineStyle

minorTickWidth

Inherited from AGTickParams through AGAxisParams and AGPolarWorldParams.

axleColor

axleWidth

labelColor

labelFont

labelHeight

Inherited from AGAxisParams through AGPolarWorldParams.

majorReferenceR

majorStepT

Inherited from AGTickRParams through AGPolarWorldParams.

majorReferenceT

majorStepT

Inherited from AGTickTParams through AGPolarWorldParams.

limitsR

limitsT

Inherited from AGPolarWorldParams.

children

Array of AGPrimitive objects connected to this object.

Example

Not Available

File

v/AG.v

See Also Related Modules

AGAxisParams
AGContourWorld
AGPolarGraphWorld
AGPrimitive
AGTickParams
AGTickRParams / AGTickTParams
AGPolarWorldParams

TOC PREV NEXT INDEX