Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Halfedge

Index

Constructors

Properties

face: null | Face = null
next: Halfedge
prev: Halfedge
twin: Halfedge
vertex: Vertex

Accessors

  • get id(): string
  • get isConcave(): boolean
  • Returns true if the halfedge is concave, false if convexe. IMPORTANT: Returns false if halfedge has no twin.

    Returns boolean

Methods

  • containsPoint(point: Vector3, tolerance?: number): boolean
  • isBoundary(): boolean
  • Indicated wetcher the halfedge is a boundary (i.e. no connected face but twin has a face)

    Returns boolean

  • isFree(): boolean
  • Indicates whether the halfedge is free (i.e. no connected face)

    Returns boolean

  • nextLoop(): Generator<Halfedge, null, unknown>
  • prevLoop(): Generator<Halfedge, null, unknown>

Generated using TypeDoc