A Normalizer that only works to normalize single line segments. More...
Public Member Functions | |
List< GTransform > | Normalize (List< GTransform > data) |
Normalizes the series of GTransforms with respect to the proportion of X / Y scale in the given data. More... | |
Vector2 | Abs (Vector2 v) |
A Normalizer that only works to normalize single line segments.
The class has little use outside of detecting horizontal and vertical lines
|
inline |
|
inline |
Normalizes the series of GTransforms with respect to the proportion of X / Y scale in the given data.
Works for horizontal and vertical lines in the viewing plane.
data |
Implements Gestures.Normalizer.