/** * This package provides basic functionality for geometries in two dimensions.<br/> * It includes a Cartesian plot and a parser to build this Cartesian plot. The sub-package {@code shapes} contains geometric shapes. * See {@code CartesianPlot2D} and {@code shapes.IGeometric2D} for starters. */ package aima.core.util.math.geom;