public class PlaneSweepIntersectionDetector
extends java.lang.Object
| コンストラクタと説明 |
|---|
PlaneSweepIntersectionDetector() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.util.Collection<Intersection> |
execute(java.util.List<io.github.kensuke1984.kibrary.math.geometry.LineSegment> lineSegments) |
public java.util.Collection<Intersection> execute(java.util.List<io.github.kensuke1984.kibrary.math.geometry.LineSegment> lineSegments)