Package org.robovm.apple.arkit
Class ARCamera
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.arkit.ARCamera
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
public class ARCamera extends NSObject
- Since:
- Available in iOS 11.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classARCamera.ARCameraPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAINFields inherited from class org.robovm.objc.ObjCObject
customClass -
Constructor Summary
Constructors Modifier Constructor Description protectedARCamera()protectedARCamera(NSObject.Handle h, long handle)protectedARCamera(NSObject.SkipInit skipInit) -
Method Summary
Modifier and Type Method Description VectorFloat3getEulerAngles()doublegetExposureDuration()floatgetExposureOffset()CGSizegetImageResolution()MatrixFloat3x3getIntrinsics()MatrixFloat4x4getProjectionMatrix()MatrixFloat4x4getProjectionMatrix(UIInterfaceOrientation orientation, CGSize viewportSize, double zNear, double zFar)ARTrackingStategetTrackingState()ARTrackingStateReasongetTrackingStateReason()MatrixFloat4x4getTransform()CGPointprojectPoint(VectorFloat3 point, UIInterfaceOrientation orientation, CGSize viewportSize)VectorFloat3unprojectPoint(CGPoint point, MatrixFloat4x4 planeTransform, UIInterfaceOrientation orientation, CGSize viewportSize)MatrixFloat4x4viewMatrixForOrientation(UIInterfaceOrientation orientation)Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRefMethods inherited from class org.robovm.rt.bro.NativeObject
as, getHandle, setHandle
-
Constructor Details
-
ARCamera
protected ARCamera() -
ARCamera
-
ARCamera
-
-
Method Details
-
getTransform
-
getEulerAngles
-
getTrackingState
-
getTrackingStateReason
-
getIntrinsics
-
getImageResolution
-
getExposureDuration
public double getExposureDuration()- Since:
- Available in iOS 13.0 and later.
-
getExposureOffset
public float getExposureOffset()- Since:
- Available in iOS 13.0 and later.
-
getProjectionMatrix
-
getProjectionMatrix
public MatrixFloat4x4 getProjectionMatrix(UIInterfaceOrientation orientation, CGSize viewportSize, double zNear, double zFar) -
projectPoint
public CGPoint projectPoint(VectorFloat3 point, UIInterfaceOrientation orientation, CGSize viewportSize) -
unprojectPoint
public VectorFloat3 unprojectPoint(CGPoint point, MatrixFloat4x4 planeTransform, UIInterfaceOrientation orientation, CGSize viewportSize)- Since:
- Available in iOS 12.0 and later.
-
viewMatrixForOrientation
-