Android.Gestures.GestureUtils: Method Members

The methods of Android.Gestures.GestureUtils are listed below. For a list of all members, see the GestureUtils Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
ComputeOrientedBoundingBox(IList<GesturePoint>) : OrientedBoundingBox
Documentation for this section has not yet been entered.
static
ComputeOrientedBoundingBox(float[]) : OrientedBoundingBox
Computes an oriented, minimum bounding box of a set of points.
static
SpatialSampling(Gesture, int) : float[]
Samples the gesture spatially by rendering the gesture into a 2D grayscale bitmap.
static
SpatialSampling(Gesture, int, bool) : float[]
Samples the gesture spatially by rendering the gesture into a 2D grayscale bitmap.
static
TemporalSampling(GestureStroke, int) : float[]
Samples a stroke temporally into a given number of evenly-distributed points.