Skip to content

webdggrid / Vertex2DDCoordinate

Interface: Vertex2DDCoordinate

Defined in: webdggrid.ts:78

VERTEX2DD coordinate representation.

Represents a position relative to the icosahedron vertices and triangular faces in DGGRID's coordinate system.

Properties

keep

keep: boolean

Defined in: webdggrid.ts:80

Whether to keep this vertex.


triNum

triNum: number

Defined in: webdggrid.ts:84

Triangle number on the icosahedron.


vertNum

vertNum: number

Defined in: webdggrid.ts:82

Vertex number (0-11 for icosahedron).


x

x: number

Defined in: webdggrid.ts:86

X coordinate within the triangle.


y

y: number

Defined in: webdggrid.ts:88

Y coordinate within the triangle.