Package | Description |
---|---|
lavesdk.graphics |
Modifier and Type | Method and Description |
---|---|
SplineIntersectionPoint |
CatmullRomSpline.intersect(CatmullRomSpline spline)
Checks if this spline and the specified one intersect.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SplineIntersectionPoint> |
CatmullRomSpline.intersectMulti(CatmullRomSpline spline)
Checks whether this spline intersects the specified one multiple times.
|