Skip to content

Interface: Tile

A tile (hexagon or pentagon) on the hexasphere

Properties

id

ts
id: number;

Unique identifier for this tile


centerPoint

ts
centerPoint: Point3D;

Center point projected on the sphere surface


boundary

ts
boundary: Point3D[];

Ordered boundary vertices forming the polygon


isPentagon

ts
isPentagon: boolean;

True if this tile is a pentagon (12 exist on any hexasphere)

Distribué sous la licence indiquée dans le dépôt.