Package objects

Interface Summary
plotObject  
 

Class Summary
EuArc An instance of this class represents a circle, represented as a cartesian pair and a real.
EuCircle An instance of this class represents a circle, represented as a cartesian pair and a radius.
EuHalf An instance of this class represents a half-line, represented as a line using EuLine, along with an endpoint and a direction.
EuInterval An instance of this class represents an interval, represented as a line using EuLine, along with two endpoints.
EuLine An instance of this class represents a line, represented as two cartesian pairs.
EuObject An abstract class from which the concrete EuObject classes are derived.
EuParametrized An instance of this class represents a point, represented as a cartesian pair.
EuPoint An instance of this class represents a point, represented as a cartesian pair.
EuRadius An instance of this class represents a radius, i.e. a nonnegative integer which can be used to form circles.
plotArc  
plotCollection A collection of objects to be plotted
plotInterval  
plotPoint