rotate

fun rotate(east: Float, north: Float, up: Float): ArModel

Rotates the ArModel in 3D space using ENU coordinates system. system and degrees.

Parameters

east

Rotation factor along the east-axis.

north

Rotation factor along the north-axis.

up

Rotation factor along the up-axis.