Class ARControllerImpl
-
- All Implemented Interfaces:
-
com.pointrlabs.core.augmentedreality.ARController
,com.pointrlabs.core.management.interfaces.Advertiser
public class ARControllerImpl extends PTRAdvertiser<T> implements ARController
-
-
Field Summary
Fields Modifier and Type Field Description public final CppSharedPtr
nativeRef
-
Constructor Summary
Constructors Constructor Description ARControllerImpl(CppSharedPtr cppARController)
-
Method Summary
Modifier and Type Method Description boolean
isARReady()
boolean
isARSupported()
void
advertiseARControllerState(int state)
void
advertiseARCameraTransform(double m00, double m01, double m02, double m03, double m10, double m11, double m12, double m13, double m20, double m21, double m22, double m23, double m30, double m31, double m32, double m33, double timestamp, int trackingState, int trackingStateReason)
-
-
Constructor Detail
-
ARControllerImpl
ARControllerImpl(CppSharedPtr cppARController)
-
-
Method Detail
-
isARReady
boolean isARReady()
-
isARSupported
boolean isARSupported()
-
advertiseARControllerState
void advertiseARControllerState(int state)
-
advertiseARCameraTransform
void advertiseARCameraTransform(double m00, double m01, double m02, double m03, double m10, double m11, double m12, double m13, double m20, double m21, double m22, double m23, double m30, double m31, double m32, double m33, double timestamp, int trackingState, int trackingStateReason)
-
-
-
-