@ujjwalvivek/tinyts
    Preparing search index...

    Interface SweepResult

    Result of a swept collision test.

    interface SweepResult {
        normal: Vec2;
        t: number;
    }
    Index

    Properties

    Properties

    normal: Vec2

    Surface normal at impact.

    t: number

    Time of first impact in [0, 1].