Uses of Class
com.amalgamasimulation.geometry.IntersectionDescriptor
Packages that use IntersectionDescriptor
-
Uses of IntersectionDescriptor in com.amalgamasimulation.geometry
Methods in com.amalgamasimulation.geometry that return IntersectionDescriptorModifier and TypeMethodDescriptionPolyline.getFirstIntersection(Polyline polyline) Returns theIntersectionDescriptorinstance representing the first intersection of this polyline and the specified other polyline, ornullif the polylines do not intersect.Polyline.getFirstIntersection(Polyline polyline, boolean considerEndPoints) Returns theIntersectionDescriptorinstance representing the first intersection of this polyline and the specified other polyline, ornullif the polylines do not intersect.Polyline.getFirstIntersection(Segment segment) Returns theIntersectionDescriptorobject describing polyline's intersection with the specified segment having minimal absolute offset, or null if this polyline does not intersect with the specified segment.Polyline.getFirstIntersection(Segment segment, boolean includeEndPoints) Returns theIntersectionDescriptorobject describing polyline's intersection with the specified segment having minimal absolute offset, or null if this polyline does not intersect with the specified segment.Segment.getFirstIntersection(Segment segment) Returns anIntersectionDescriptorinstance which contains information (intersection point as well as absolute and relative offsets of intersected segments) about intersection with specified segment.Segment.getFirstIntersection(Segment segment, boolean includeEndPoints) Returns anIntersectionDescriptorinstance which contains information (intersection point as well as absolute and relative offsets of intersected segments) about intersection of this segment with the specified segment.Polyline.getIntersection(Point point) Returns theIntersectionDescriptorobject describing polyline's intersection with the specified point, or null if the specified point does not lie on this polyline.Polyline.getIntersection(Point point, boolean includeEndPoint) Returns theIntersectionDescriptorobject describing polyline's intersection with the specified point, or null if the specified point does not lie on this polyline.Methods in com.amalgamasimulation.geometry that return types with arguments of type IntersectionDescriptorModifier and TypeMethodDescriptionPolyline.getAllIntersections(Polyline polyline) Returns a list ofIntersectionDescriptorinstances representing all points where this polyline intersects with the specified other polyline.Polyline.getAllIntersections(Polyline polyline, boolean considerEndPoints) Returns a list ofIntersectionDescriptorinstances representing all points where this polyline intersects with the specified other polyline.Polyline.getAllIntersections(Segment segment) Returns an unmodifiable list ofIntersectionDescriptorinstances representing the points at which this polyline intersects with the specified segment.Polyline.getAllIntersections(Segment segment, boolean considerEndPoints) Returns an unmodifiable list ofIntersectionDescriptorinstances representing the points at which this polyline intersects with the specified segment.Methods in com.amalgamasimulation.geometry with parameters of type IntersectionDescriptorModifier and TypeMethodDescriptionbooleanIntersectionDescriptor.equals(IntersectionDescriptor intersectionDescriptor) Checks whether this intersection descriptor equals specified other intersection descriptor.