q5play
    Preparing search index...

    Interface b2CastOutput

    interface b2CastOutput {
        fraction: number;
        hit: boolean;
        iterations: number;
        normal: b2Vec2;
        point: b2Vec2;
        clone(): this;
        delete(): void;
        deleteLater(): this;
        isAliasOf(other: ClassHandle): boolean;
        isDeleted(): boolean;
        [key: number]: () => void;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: number]: () => void
    Index

    Properties

    fraction: number
    hit: boolean
    iterations: number
    normal: b2Vec2
    point: b2Vec2

    Methods