Private
edge2_the next edge in list of edges -- null for mid-point Vertexes
Private
edge_the previous edge in list of edges
Private
endtrue if its the endpoint of an edge
Private
id_for debugging: give each Vertex a unique id number
Private
loc_location in body coordinates of the RigidBody that this Vertex belongs to
Static
next_for debugging: next vertex id number
Returns the radius of curvature of the Edge at the Vertex's location. If the Vertex is between two Edges, returns the radius of curvature with smaller absolute value. Negative curvature means the Edge is concave at that point.
radius of curvature of Edge at the Vertex, negative means concave
Sets the 'previous' Edge that this Vertex is connected to.
the 'previous' Edge that this Vertex is connected to.
if this Vertex was already connected to a previous Edge
Sets the 'next' Edge that this Vertex is connected to.
the 'next' Edge that this Vertex is connected to
if this Vertex was already connected to a next Edge
Generated using TypeDoc
Concrete implementation of Vertex interface.