Package lt.monarch.math.geom

Internal geometry classes

See:
          Description

Interface Summary
Interface Description
GeneralPoint Defines a general point in a n-dimensional coordinate space.
Primitive General primitive, with a list of 2D or 3D points
Primitive2D 2D primitive, with a list of 2D points
Primitive3D 3D primitive, with a list of 3D points
 

Class Summary
Class Description
Area Area class wrapper
AxisLine3D An object for representing 3d chart axis.
Bounds Class holding rectangular bounds object (minimum and maximum values)
Ellipse2D 2D ellipse class.
GeometryUtils Collection of static methods for geometric calculations.
GridPolygon3D A class for 3d chart grid plane which can be assigned with a number of lines.
Line2D Line2D implementation
Line3D  
PieSlice2D GeneralPath adapter, which allows to add double values and double value arrays.
PieSlice3D  
Point2D Defines a point in a 2-dimensional coordinate space.
Point3D 3D point
PolarPoint Defines a point in a polar 2-dimensional coordinate space.
Polygon2D GeneralPath adapter, which allows to add double values and double value arrays.
Polygon3D Polygon 3D object
Rectangle2D java.awt.geom.Rectangle2D.Double adapter.
Rectangle3D  
RoundedRectangle Rectangle with one rounded edge
RoundRectangle2D java.awt.geom.RoundRectangle2D.Double adapter.
Text3D Represents a text 3d object.
Vector2D Mathematical vector object
 

Package lt.monarch.math.geom Description

Internal geometry classes