@ujjwalvivek/tinyts
    Preparing search index...

    Interface OverlapResult

    Overlap information.

    interface OverlapResult {
        normal: Vec2;
        overlap: Vec2;
    }
    Index

    Properties

    Properties

    normal: Vec2

    Surface normal pointing away from the overlap.

    overlap: Vec2

    Overlap vector.