Represent a 2D or 3D point for FirebaseVision.
| boolean | |
| Float |
getX()
Gets x coordinate.
|
| Float |
getY()
Gets y coordinate.
|
| Float |
getZ()
Gets z coordinate (or depth).
|
| int |
hashCode()
|
| String |
toString()
|
Gets x coordinate.
Gets y coordinate.
Gets z coordinate (or depth). Z is null if it is a 2D point.