-
- All Implemented Interfaces:
public class ARLocation
AR Location model which can represent both indoor and outdoor locations
-
-
Method Summary
Modifier and Type Method Description Float
getX()
Getter for x-coordinate in (0,1) coordinate space Float
getY()
Getter for y-coordinate in (0,1) coordinate space Float
getZ()
Getter for z-coordinate in (0,1) coordinate space Boolean
isValid()
ARLocation validity checker String
toString()
Boolean
equals(Object other)
Integer
hashCode()
-