Class VisionRect
java.lang.Object
com.codename1.ai.vision.VisionRect
Immutable normalized rectangle using a top-left origin.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY
-
-
Constructor Details
-
VisionRect
public VisionRect(float x, float y, float width, float height)
-
-
Method Details
-
getX
public float getX() -
getY
public float getY() -
getWidth
public float getWidth() -
getHeight
public float getHeight()
-