Eulergraph
    Preparing search index...

    Type Alias CompassPoints

    type CompassPoints = {
        arr: Point[];
        byDirections: { east: Point; north: Point; south: Point; west: Point };
    }
    Index

    Properties

    Properties

    arr: Point[]
    byDirections: { east: Point; north: Point; south: Point; west: Point }