GestureUtils.ComputeOrientedBoundingBox Method

Definition

Overloads

ComputeOrientedBoundingBox(IList<GesturePoint>)

Computes an oriented, minimum bounding box of a set of points.

ComputeOrientedBoundingBox(Single[])

Computes an oriented, minimum bounding box of a set of points.

ComputeOrientedBoundingBox(IList<GesturePoint>)

Computes an oriented, minimum bounding box of a set of points.

[Android.Runtime.Register("computeOrientedBoundingBox", "(Ljava/util/ArrayList;)Landroid/gesture/OrientedBoundingBox;", "")]
public static Android.Gestures.OrientedBoundingBox? ComputeOrientedBoundingBox (System.Collections.Generic.IList<Android.Gestures.GesturePoint>? originalPoints);
[<Android.Runtime.Register("computeOrientedBoundingBox", "(Ljava/util/ArrayList;)Landroid/gesture/OrientedBoundingBox;", "")>]
static member ComputeOrientedBoundingBox : System.Collections.Generic.IList<Android.Gestures.GesturePoint> -> Android.Gestures.OrientedBoundingBox

Parameters

originalPoints
IList<GesturePoint>

Returns

OrientedBoundingBox
Attributes

Remarks

Java documentation for android.gesture.GestureUtils.computeOrientedBoundingBox(java.util.ArrayList<android.gesture.GesturePoint>).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ComputeOrientedBoundingBox(Single[])

Computes an oriented, minimum bounding box of a set of points.

[Android.Runtime.Register("computeOrientedBoundingBox", "([F)Landroid/gesture/OrientedBoundingBox;", "")]
public static Android.Gestures.OrientedBoundingBox? ComputeOrientedBoundingBox (float[]? originalPoints);
[<Android.Runtime.Register("computeOrientedBoundingBox", "([F)Landroid/gesture/OrientedBoundingBox;", "")>]
static member ComputeOrientedBoundingBox : single[] -> Android.Gestures.OrientedBoundingBox

Parameters

originalPoints
Single[]

Returns

OrientedBoundingBox
Attributes

Remarks

Java documentation for android.gesture.GestureUtils.computeOrientedBoundingBox(float[]).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to