C# Class WaveEngine.Components.Gestures.GestureSample

Struct that holds the information of a gesture.
Mostra file Open project: WaveEngine/Components Class Usage Examples

Public Properties

Property Type Description
DeltaAngle float
DeltaScale float
DeltaTranslation Vector2
DiffScale float
IsNew bool
Position Vector2
Type GestureType

Property Details

DeltaAngle public_oe property

Angle of the rotation between the latest and the current point
public float DeltaAngle
return float

DeltaScale public_oe property

Scale of the gesture
public float DeltaScale
return float

DeltaTranslation public_oe property

Translation vector between the latest and the current point
public Vector2 DeltaTranslation
return Vector2

DiffScale public_oe property

Scale difference between the latest and the current point
public float DiffScale
return float

IsNew public_oe property

If the point is new or it previously existing
public bool IsNew
return bool

Position public_oe property

Position of the gesture.
public Vector2 Position
return Vector2

Type public_oe property

Type of gesture.
public GestureType Type
return GestureType