Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Plane

Implements

  • IHiccupShape

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new Plane(normal?: Vec, w?: number, attribs?: Attribs): Plane
  • Parameters

    • normal: Vec = ...
    • w: number = 0
    • Optional attribs: Attribs

    Returns Plane

Properties

Optional attribs

attribs: Attribs

normal

normal: Vec = ...

w

w: number = 0

Accessors

type

  • get type(): string

Methods

copy

toHiccup

  • toHiccup(): (undefined | string | number | Attribs)[]
  • Returns (undefined | string | number | Attribs)[]

Generated using TypeDoc