React Three Map - v1.0.9
    Preparing search index...
    • Tests whether a 3D point is inside a polyhedron defined by GeoTriangles.

      Parameters

      • point: Vector3Tuple

        The 3D point to test as a Vector3Tuple [x, y, z]

      • triangles: GeoTriangle[]

        Array of GeoTriangle objects defining the closed surface

      • origin: Coords

        The geographic origin used for coordinate conversion

      Returns PointInPolyhedronResult

      A PointInPolyhedronResult with the test result