Private
beginbeginning index of Edge of the set, inclusive
Private
body_the RigidBody the Edges belong to
Private
endending index of Edge of the set, inclusive
Whether this EdgeSet contains the specified Edge.
the Edge to look for
true if this EdgeSet contains the specified Edge
Static
fromCreates an EdgeRange by finding all the set of all Edges connected to a given Edge. Any Edge in the set can be specified to the constructor: the first, the last, or any Edge in the middle of the set.
This set of Edges corresponds to the concept of a "path of edges" discussed in Structure of a Polygon.
Assumption: Edges in set are contiguous in the RigidBody's list of Edges.
TO DO check that Edges in set are contiguous in the RigidBody's list of Edges
the Edge to start with
an EdgeRange representing all Edges connected to the starting Edge
Static
fromGenerated using TypeDoc
Specifies a set of Edges in a RigidBody. The Edges must be contiguous in the list of Edges in the RigidBody. Edges are specified by their index in the list of Edges of the RigidBody.