Most visited

Recently visited

Added in API level 4

OrientedBoundingBox

public class OrientedBoundingBox
extends Object

java.lang.Object
   ↳ android.gesture.OrientedBoundingBox


一个定向的边界框

Summary

Fields

public final float centerX

public final float centerY

public final float height

public final float orientation

public final float squareness

public final float width

Inherited methods

From class java.lang.Object

Fields

centerX

Added in API level 4
float centerX

centerY

Added in API level 4
float centerY

height

Added in API level 4
float height

orientation

Added in API level 4
float orientation

squareness

Added in API level 4
float squareness

width

Added in API level 4
float width

Hooray!