rfw2d
    Preparing search index...

    Interface Shape

    interface Shape {
        containsPoint(point: Vec2Like): boolean;
        intersectsRect(rect: RectLike): boolean;
    }

    Hierarchy (View Summary)

    Index

    Methods

    • Check if this shape contains point.

      Parameters

      Returns boolean

      true if this shape contains the point