API (v2.0.0) - Giro3D
    Preparing search index...

    Interface Ticks

    The grid step values.

    interface Ticks {
        x: number;
        y: number;
        z: number;
    }
    Index

    Properties

    x y z

    Properties

    x: number

    The tick distance on the x axis.

    y: number

    The tick distance on the y axis.

    z: number

    The tick distance on the z (vertical) axis.