ArWindow

constructor(east: Float, north: Float, up: Float)

Initialize and place the element at a given world position ENU coordinate system

Parameters

east

The eastward position

north

The northward position

up

The upward position


constructor(qtrn: Quaternion)

Initialize and place the ArWindow at the quaternion with eye position (0f, 0f, -1f)

Parameters

qtrn

The quaternion representing the orientation

See also


constructor(qtrn: Quaternion, xEye: Float, yEye: Float, zEye: Float)

Initialize and place the ArWindow at a given eye position relative to the provided quaternion

Parameters

qtrn

The quaternion representing the orientation

xEye

The x-coordinate of the eye position

yEye

The y-coordinate of the eye position

zEye

The z-coordinate of the eye position

See also


constructor(targetPosition: ArWindow.GeoLocation, userPosition: ArWindow.GeoLocation)

Initialize and place the ArWindow at the target position relative to user position

Parameters

targetPosition

The geolocation of the target

userPosition

The geolocation of the user


constructor()