Uses of Interface
math.geom2d.circulinear.CirculinearShape2D

Packages that use CirculinearShape2D
math.geom2d Planar geometry toolbox. 
math.geom2d.circulinear Definition of circulinear shapes and some implementations. 
math.geom2d.conic Definition of various conic curves like circles, ellipses, parabolas and hyperbolas, and their resepctive arcs. 
math.geom2d.line Implementations of 'linear shapes', i.e. curves which can be embedded into a straight lines, like straight lines, line segments, or rays
math.geom2d.point Data structures for point sets. 
math.geom2d.polygon Definitions and implementations of shapes composed several line segments: polylines, rings, polygons. 
 

Uses of CirculinearShape2D in math.geom2d
 

Classes in math.geom2d that implement CirculinearShape2D
 class Point2D
           A point in the plane defined by its 2 Cartesian coordinates x and y.
 

Uses of CirculinearShape2D in math.geom2d.circulinear
 

Subinterfaces of CirculinearShape2D in math.geom2d.circulinear
 interface CircleLine2D
          Tagging interface to be able to consider in a same way circles and lines.
 interface CirculinearBoundary2D
          A Boundary which is composed of Circulinear elements.
 interface CirculinearContinuousCurve2D
          A tagging interface defining a circulinear curve which is continuous.
 interface CirculinearContour2D
          Tagging interface to gather Continuous and boundary circulinear curves.
 interface CirculinearCurve2D
           Circulinear curve are composed of linear and/or circular elements.
 interface CirculinearDomain2D
          A domain whose boundary is a circulinear curve.
 interface CirculinearElement2D
           Circulinear elements are lowest level of circulinear curve: each circulinear curve can be divided into a set of circulinear elements.
 interface CirculinearRing2D
          Future interface for circulinear boundary curves which are both bounded and closed.
 interface ContinuousCirculinearCurve2D
          Deprecated. replaced by CirculinearContinuousCurve2D
 

Classes in math.geom2d.circulinear that implement CirculinearShape2D
 class BoundaryPolyCirculinearCurve2D<T extends CirculinearContinuousCurve2D>
          A continuous boundary which is composed of several continuous circulinear curves.
 class CirculinearBoundarySet2D<T extends CirculinearContour2D>
          A circulinear boundary which is composed of several CirculinearRing2D.
 class CirculinearCurveSet2D<T extends CirculinearCurve2D>
          An specialisation of CurveSet2D that accepts only instances of CirculinearCurve2D.
 class GenericCirculinearDomain2D
          A specialization of GenericDomain2D, whose boundary is constrained to be circulinear.
 class GenericCirculinearRing2D
          A basic implementation of a CirculinearRing2D, which is supposed to be always bounded and closed.
 class PolyCirculinearCurve2D<T extends CirculinearContinuousCurve2D>
          A continuous curve which is composed of several continuous circulinear curves.
 

Uses of CirculinearShape2D in math.geom2d.conic
 

Subinterfaces of CirculinearShape2D in math.geom2d.conic
 interface CircularShape2D
          Tagging interface for grouping Circle2D and CircleArc2D.
 

Classes in math.geom2d.conic that implement CirculinearShape2D
 class Circle2D
          A circle in the plane, defined as the set of points located at an equal distance from the circle center.
 class CircleArc2D
          A circle arc, defined by the center and the radius of the containing circle, by a starting angle, and by a (signed) angle extent.
 

Uses of CirculinearShape2D in math.geom2d.line
 

Subinterfaces of CirculinearShape2D in math.geom2d.line
 interface LinearShape2D
          A curve that can be inscribed in a straight line, line a ray, a straight line, or a line segment.
 

Classes in math.geom2d.line that implement CirculinearShape2D
 class AbstractLine2D
           Base class for straight curves, such as straight lines, rays, or edges.
 class ClosedPolyline2D
          Deprecated. use math.geom2d.polygon.Ring2D instead (0.7.0)
 class InvertedRay2D
          Inverted ray is defined from an origin and a direction vector.
 class Line2D
          Line object defined from 2 points.
 class LineArc2D
          LineArc2D is a generic class to represent edges, straight lines, and rays.
 class LineObject2D
          Deprecated. use Line2D instead
 class LineSegment2D
          Line segment, defined as the set of points located between the two end points.
 class Ray2D
          Ray, or half-line, defined from an origin and a direction vector.
 class StraightLine2D
          Implementation of a straight line.
 

Uses of CirculinearShape2D in math.geom2d.point
 

Subinterfaces of CirculinearShape2D in math.geom2d.point
 interface PointSet2D
          A set of points.
 interface PointShape2D
          Interface for shapes composed of a finite set of points.
 

Classes in math.geom2d.point that implement CirculinearShape2D
 class PointArray2D
          Represent the union of a finite number of Point2D.
 

Uses of CirculinearShape2D in math.geom2d.polygon
 

Subinterfaces of CirculinearShape2D in math.geom2d.polygon
 interface Polygon2D
          Represent any class made of a finite set of simply connected edges.
 

Classes in math.geom2d.polygon that implement CirculinearShape2D
 class HRectangle2D
          HRectangle2D defines a rectangle with edges parallel to main axis.
 class LinearRing2D
           A LinearRing2D is a Polyline2D whose last point is connected to the first one.
 class MultiPolygon2D
          A polygonal domain whose boundary is composed of several disjoint continuous LinearRing2D.
 class Polyline2D
          A polyline is a continuous curve where each piece of the curve is a LineSegment2D.
 class Rectangle2D
          Rectangle2D defines a rectangle rotated around its first corner.
 class Ring2D
          Deprecated. replaced by LinearRing2D (0.8.0)
 class SimplePolygon2D
          Represent a polygonal domain whose boundary is a single closed polyline.
 



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.