Specifies a set of Edges of a RigidBody.

interface EdgeSet {
    contains(edge): boolean;
}

Implemented by

Methods

Methods

  • Whether this EdgeSet contains the specified Edge.

    Parameters

    • edge: Edge

      the Edge to look for

    Returns boolean

    true if this EdgeSet contains the specified Edge

Generated using TypeDoc