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;
niceLimits = 1;
textColor = "antibackground";
textFont = "sw:roman-complex";
AGPrimitive+IPort2+read &children[];
};
AGWorld links objects with equal world coordinate scaling. Connections to objects that are to share the same 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 AGWorldParams.
axleColor
axleWidth
labelColor
labelFont
labelHeight
Inherited from AGAxisParams through AGWorldParams.
Inherited from AGTickXParams through AGWorldParams.
Inherited from AGTickYParams through AGWorldParams.
clip
limitsX
limitsY
niceLimits
uniformScaling
Inherited from AGWorldParams.
Array of AGPrimitive objects connected to this object.
AGTickXParams / AGTickYParams