OSVR
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | List of all members
Gestures.FittedNormalizer Class Reference

Fitted Normalizer will be the standard normalizer for any 2D or 3D Gestures. More...

Inheritance diagram for Gestures.FittedNormalizer:
Gestures.Normalizer

Public Member Functions

 FittedNormalizer ()
 Create a new FittedNormalizer with bounds of Vector3(-1, -1, 0), Vector3(1, 1, 0) More...
 
 FittedNormalizer (Vector3 bottomLeft, Vector3 topRight, bool maintainAspectRatio=false)
 Create a new Fitted Normalizer with specific bounds More...
 
List< GTransformNormalize (List< GTransform > data)
 Normalizes the GTransforms with respect to the bounding box FittedNormalizer was initialized with. More...
 

Detailed Description

Fitted Normalizer will be the standard normalizer for any 2D or 3D Gestures.

Constructor & Destructor Documentation

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
bottomLeftVector3 defining the bottomleft-most coordinate of the bounding box encompassing the Gesture
topRightVector3 defining the topright-most coordinate of the bounding box encompassing the Gesture
maintainAspectRatioTrue 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

Member Function Documentation

List<GTransform> Gestures.FittedNormalizer.Normalize ( List< GTransform data)
inline

Normalizes the GTransforms with respect to the bounding box FittedNormalizer was initialized with.

Parameters
dataList of GTramsforms
Returns

Implements Gestures.Normalizer.


The documentation for this class was generated from the following file: