Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Vertex

Hierarchy

  • Vertex

Index

Constructors

Properties

Constructors

  • new Vertex(point: number[], index: number): Vertex

Properties

face: null | Face
index: number
next: null | Vertex
point: number[]
prev: null | Vertex