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

    Represents a triangular face of a polyhedral surface with geo-coordinates.

    interface GeoTriangle {
        v0: GeoVertex;
        v1: GeoVertex;
        v2: GeoVertex;
    }
    Index

    Properties

    Properties