語言

GestureUtils.ComputeOrientedBoundingBox 方法

定義

多載

名稱 Description
ComputeOrientedBoundingBox(IList<GesturePoint>)

計算一個有向、最小邊界盒,包含一組點。

ComputeOrientedBoundingBox(Single[])

計算一個有向、最小邊界盒,包含一組點。

ComputeOrientedBoundingBox(IList<GesturePoint>)

計算一個有向、最小邊界盒,包含一組點。

[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

參數

originalPoints
IList<GesturePoint>

原始積分

傳回

定向包圍盒

屬性

備註

計算一個有向、最小邊界盒,包含一組點。

Java 文件 android.gesture.GestureUtils.computeOrientedBoundingBox(java.util.ArrayList<android.gesture.GesturePoint>)

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於

ComputeOrientedBoundingBox(Single[])

計算一個有向、最小邊界盒,包含一組點。

[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

參數

originalPoints
Single[]

原始積分

傳回

定向包圍盒

屬性

備註

計算一個有向、最小邊界盒,包含一組點。

Java 文件 android.gesture.GestureUtils.computeOrientedBoundingBox(float[])

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於