All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aima.core.util.math.geom.package-info Maven / Gradle / Ivy

Go to download

AIMA-Java Core Algorithms from the book Artificial Intelligence a Modern Approach 3rd Ed.

The newest version!
/**
 * This package provides basic functionality for geometries in two dimensions.
* 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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy