Fitted Normalizer will be the standard normalizer for any 2D or 3D Gestures.
More...
Fitted Normalizer will be the standard normalizer for any 2D or 3D Gestures.
Gestures.FittedNormalizer.FittedNormalizer |
( |
| ) |
|
|
inline |
Create a new FittedNormalizer with bounds of Vector3(-1, -1, 0), Vector3(1, 1, 0)
Gestures.FittedNormalizer.FittedNormalizer |
( |
Vector3 |
bottomLeft, |
|
|
Vector3 |
topRight, |
|
|
bool |
maintainAspectRatio = false |
|
) |
| |
|
inline |
Create a new Fitted Normalizer with specific bounds
- Parameters
-
bottomLeft | Vector3 defining the bottomleft-most coordinate of the bounding box encompassing the Gesture |
topRight | Vector3 defining the topright-most coordinate of the bounding box encompassing the Gesture |
maintainAspectRatio | True if the Gesture must be performed such that the aspect ratio of the drawn figure matches the aspect ratio of the Gesture definition. Most of the time, this should be False |
The documentation for this class was generated from the following file: