Package | Description |
---|---|
org.mini2Dx.core.engine | |
org.mini2Dx.core.geom | |
org.mini2Dx.core.quadtree |
Modifier and Type | Method and Description |
---|---|
boolean |
Parallelogram.intersects(LineSegment lineSegment)
Returns if this shape intersects a specified
LineSegment |
Modifier and Type | Class and Description |
---|---|
class |
Line
Represents a geometric line
|
Modifier and Type | Method and Description |
---|---|
Point |
LineSegment.getIntersection(LineSegment lineSegment)
Returns the point at which this
LineSegment intersects with
another |
boolean |
Rectangle.intersects(LineSegment lineSegment) |
boolean |
LineSegment.intersects(LineSegment lineSegment)
Returns if this
LineSegment intersects another
LineSegment |
Modifier and Type | Method and Description |
---|---|
void |
RegionQuad.getElementsIntersectingLineSegment(Collection<T> result,
LineSegment lineSegment) |
void |
Quad.getElementsIntersectingLineSegment(Collection<T> result,
LineSegment lineSegment) |
List<T> |
RegionQuad.getElementsIntersectingLineSegment(LineSegment lineSegment) |
List<T> |
Quad.getElementsIntersectingLineSegment(LineSegment lineSegment) |
Copyright © 2014. All rights reserved.