Skip to content

PointProjection

PointProjection: object

The result of projecting a point to the screen, with some additional information about the projection.

Type declaration

isOccluded

isOccluded: boolean

For complex projections (such as globe), true if the point is occluded by the projection, such as by being on the backfacing side of the globe.

point

point: Point

The projected point.

signedDistanceFromCamera

signedDistanceFromCamera: number

The original W component of the projection.

Defined in

src/symbol/projection.ts:39