Strata - v1.4.10
    Preparing search index...

    Interface ScreenPosition

    Result of a world-to-screen projection.

    interface ScreenPosition {
        distance: number;
        visible: boolean;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    distance: number

    World distance from the camera.

    visible: boolean

    Whether the point is within the camera's view frustum and not behind it.

    x: number

    Screen X coordinate in pixels.

    y: number

    Screen Y coordinate in pixels.