Class Hierarchy
- java.lang.Object
- arc.math.geom.Bezier<T> (implements arc.math.geom.Path<T>)
- arc.math.geom.BoundingBox
- arc.math.geom.Bresenham2
- arc.math.geom.BSpline<T> (implements arc.math.geom.Path<T>)
- arc.math.geom.CatmullRomSpline<T> (implements arc.math.geom.Path<T>)
- arc.math.geom.Circle (implements arc.math.geom.Shape2D)
- arc.math.geom.ConvexHull
- arc.math.geom.Ellipse (implements arc.math.geom.Shape2D)
- arc.math.geom.Geometry
- arc.math.geom.Intersector
- arc.math.geom.Intersector.MinimumTranslationVector
- arc.math.geom.IntQuadTree
- arc.math.geom.Point2
- arc.math.geom.Point3
- arc.math.geom.Polygon (implements arc.math.geom.Shape2D)
- arc.math.geom.Polyline (implements arc.math.geom.Shape2D)
- arc.math.geom.QuadTree<T>
- arc.math.geom.Rect (implements arc.math.geom.Shape2D)
- arc.math.geom.Spring1D
- arc.math.geom.Spring2D
- arc.math.geom.Vec2 (implements arc.math.geom.Position, arc.math.geom.Vector<T>)
- arc.math.geom.Vec3 (implements arc.math.geom.Vector<T>)
Interface Hierarchy
- arc.math.geom.Geometry.Raycaster
- arc.math.geom.Geometry.SolidChecker
- arc.math.geom.IntQuadTree.IntQuadTreeProvider
- arc.math.geom.Path<T>
- arc.math.geom.Position
- arc.math.geom.QuadTree.QuadTreeObject
- arc.math.geom.Shape2D
- arc.math.geom.Vector<T>