Crate intersection_detection

Source

Re-exports§

pub use point_like;

Structs§

Line
A line segment from start to end.

Enums§

Intersection
An intersection between two Line.
IntersectionResult

Traits§

FromIntoPointLike
A point-like type that can be converted to and from [F; 2].
PointLike
A point-like type that can be used to define a coordinate in 2D space.