define a world coordinate space within an AGViewport
{
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[];
};
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.
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.
Inherited from AGTickRParams through AGPolarWorldParams.
Inherited from AGTickTParams through AGPolarWorldParams.
Inherited from AGPolarWorldParams.
Array of AGPrimitive objects connected to this object.
AGTickRParams / AGTickTParams