scale

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

Scales the ArModel in 3D space using ENU coordinates system.

Parameters

east

Scale factor along the east-axis.

north

Scale factor along the north-axis.

up

Scale factor along the up-axis.


fun scale(factor: Float): ArModel

Scales the ArModel in 3D space using ENU coordinates system.

Parameters

factor

scale factor for all ENU axis

See also