PointProjection
PointProjection:
object
Defined in: src/symbol/projection.ts:23
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. If the point is simply beyond the edge of the screen, this should NOT be set to false.
point
point:
Point
The projected point.
signedDistanceFromCamera
signedDistanceFromCamera:
number
The original W component of the projection.