Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • VectorCharData

Index

Constructors

Properties

Constructors

constructor

  • new VectorCharData(width?: number, height?: number, paths?: Point3[][]): VectorCharData
  • Parameters

    • Optional width: number
    • Optional height: number
    • Optional paths: Point3[][]

    Returns VectorCharData

Properties

Optional height

height: number

The height of the char

default

undefined

Optional paths

paths: Point3[][]

The segments of the char

default

undefined

Optional width

width: number

The width of the char

default

undefined

Generated using TypeDoc