The Matter.Query module contains methods for performing collision queries.

See the included usage examples.

Hierarchy

  • default

Constructors

Methods

Constructors

Methods

  • Returns all bodies whose vertices contain the given point, from the given set of bodies.

    Parameters

    Returns IBody[]

    The bodies matching the query

    Method

    point

  • Casts a ray segment against a set of bodies and returns all collisions, ray width is optional. Intersection points are not provided.

    Parameters

    Returns ICollision[]

    Collisions

    Method

    ray

  • Returns all bodies whose bounds are inside (or outside if set) the given set of bounds, from the given set of bodies.

    Parameters

    Returns IBody[]

    The bodies matching the query

    Method

    region

Generated using TypeDoc