Struct mini_collide::LineSegment
source · [−]Expand description
A finite line segment.
Fields
start: PointThe start point of the line segment.
end: PointThe end point of the line segment.
Implementations
Trait Implementations
Returns the distance between the line segment and another line segment.
Returns the distance between the ray and a line segment.
Whether this shape intersect with the other.
Whether this shape intersect with the other.
Whether this shape intersect with the other.
Whether this shape intersect with the other.