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

A Normalizer that only works to normalize single line segments. More...

Inheritance diagram for Gestures.LineNormalizer:
Gestures.Normalizer

Public Member Functions

List< GTransformNormalize (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)
 

Detailed Description

A Normalizer that only works to normalize single line segments.

The class has little use outside of detecting horizontal and vertical lines

Member Function Documentation

Vector2 Gestures.LineNormalizer.Abs ( Vector2  v)
inline
List<GTransform> Gestures.LineNormalizer.Normalize ( List< GTransform data)
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.

Parameters
data
Returns

Implements Gestures.Normalizer.


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