@openpv/simshady
    Preparing search index...

    Type Alias CartesianPoint

    Cartesian Coordinate of a point.

    Positive X-axis is east. Positive Y-axis is north. Positive z-axis is upwards.

    type CartesianPoint = {
        x: number;
        y: number;
        z: number;
    }
    Index

    Properties

    x y z

    Properties

    x: number
    y: number
    z: number