rfw2d
    Preparing search index...

    Interface LinePathBuilder

    interface LinePathBuilder {
        build(options?: LinePathOptions): Vec2[];
        build(points: Vec2[], options?: LinePathOptions): Vec2[];
    }
    Index

    Methods

    Methods