Convenience class storing data on the point in a 2D shape where multiple segments intersect. More...
Public Member Functions | |
IntersectionInShape (const Whole Index0, const Whole Index1, Vector2 Intersect) | |
Class constructor. More... | |
Public Attributes | |
Whole | Index [2] |
An Array storing indexes to points that are the first vertices of segments that intersect for each of the two shapes being processed. | |
Boole | OnVertex [2] |
An Array storing whether the intersection is on or very near a vertex belonging to either shape being processed. | |
Vector2 | Position |
The position of the intersection. | |
Convenience class storing data on the point in a 2D shape where multiple segments intersect.