An abstract class representing a single segment of a Gesture. More...
Public Member Functions | |
abstract float | CheckPasses (GTransform transform) |
Determine whether a single GTransform passes the Check. More... | |
An abstract class representing a single segment of a Gesture.
Current implementations include Lines, Arcs, and Radii, all which deal with the position element of a GTransform
|
pure virtual |
Determine whether a single GTransform passes the Check.
transform | GTransform data to compare against the specified Check |
Implemented in Gestures.ArcCheck, Gestures.LineCheck, and Gestures.RadiusCheck.