Interface CustomProjectionParams

interface CustomProjectionParams {
    projMatrix?: FloatArrayParam;
}

Properties

Properties

projMatrix?: FloatArrayParam

The CustomProjection's projection transform matrix.

Default value is [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1].