Skip to content

3D Intersection - Line-Box #16

@npruehs

Description

@npruehs

Implement a line-box intersection test with the following signature:

public static bool Intersects(this LineSegment3F line, BoxF box)

Call that method from

public static bool Intersects(this BoxF box, LineSegment3F line)

If you can, provide an overload with an out parameter containing the intersection point(s).

Write at least one unit test illustrating your solution, and/or add any reference links as comments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions