Uses of Package
org.evoludo.geom

Packages that use org.evoludo.geom
  • Class
    Description
    The AffineTransform class represents a 2D affine transform that performs a linear mapping from 2D coordinates to other 2D coordinates that preserves the "straightness" and "parallelness" of lines.
    Utility class for deal with straight (infinite) lines in 2D.
    Interface representing a (network) node in 2D or 3D space with a position and a radius.
    Class representing a (network) node in 2D space with position and radius.
    Class representing a (network) node in 3D space with position and radius.
    The NoninvertibleTransformException class represents an exception that is thrown if an operation is performed requiring the inverse of an AffineTransform object but the AffineTransform is in a non-invertible state.
    Adapted from java.awt.geom.Path2D, merged with PathIterator and stripped to the bare bones.
    Adapted from java.awt.geom.PathIterator, merged with Path2D Iterator and CopyIterator.
    The PathIterator interface provides the mechanism for objects that implement the Shape interface to return the geometry of their boundary by allowing a caller to retrieve the path of that boundary a segment at a time.
    Interface representing a point in 2D or 3D space determined by Cartesian coordinates.
    Class representing a point in 2D Cartesian space.
    Class representing a point in 3D Cartesian space.
    Utility class for dealing with rectangles in 2D.
    Utility class for deal with (finite) line segments in 2D.
    Utility class for 2D vector manipulations.
    Utility class for 3D vector manipulations.
  • Class
    Description
    Adapted from java.awt.geom.Path2D, merged with PathIterator and stripped to the bare bones.
    Class representing a point in 2D Cartesian space.
    Utility class for dealing with rectangles in 2D.
  • Class
    Description
    Interface representing a (network) node in 2D or 3D space with a position and a radius.
    Class representing a (network) node in 2D space with position and radius.
    Class representing a (network) node in 3D space with position and radius.
    Adapted from java.awt.geom.Path2D, merged with PathIterator and stripped to the bare bones.
    Utility class for 2D vector manipulations.
    Utility class for 3D vector manipulations.
  • Class
    Description
    Class representing a point in 2D Cartesian space.
  • Class
    Description
    Class representing a point in 2D Cartesian space.