tsParticles - v4.0.0-beta.12
    Preparing search index...

    3D coordinates interface extending 2D coordinates

    interface ICoordinates3d {
        x: number;
        y: number;
        z: number;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    x y z

    Properties

    x: number

    The x coordinate

    y: number

    The y coordinate

    z: number

    The z coordinate