React Three Map - v1.0.9
    Preparing search index...

    Result of a point-in-polyhedron test.

    interface PointInPolyhedronResult {
        inside: boolean;
        onBoundary?: boolean;
        intersectionCount: number;
    }
    Index

    Properties

    inside: boolean

    Whether the point is inside the polyhedron.

    onBoundary?: boolean

    Whether the point lies on the surface (within tolerance).

    intersectionCount: number

    The number of ray-triangle intersections found. An odd number indicates the point is inside.