GestureUtils.ComputeOrientedBoundingBox 메서드

정의

오버로드

Name 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>

originalPoints

반품

지향 경계 상자

특성

설명

점 집합의 지향적 최소 경계 상자를 계산합니다.

에 대한 android.gesture.GestureUtils.computeOrientedBoundingBox(java.util.ArrayList<android.gesture.GesturePoint>)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상

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[]

originalPoints

반품

지향 경계 상자

특성

설명

점 집합의 지향적 최소 경계 상자를 계산합니다.

에 대한 android.gesture.GestureUtils.computeOrientedBoundingBox(float[])Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상