Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DrawNodesDto

Index

Constructors

Properties

Constructors

constructor

  • new DrawNodesDto(nodes?: TransformNode[], colorX?: string, colorY?: string, colorZ?: string, size?: number): DrawNodesDto
  • Parameters

    • Optional nodes: TransformNode[]
    • Optional colorX: string
    • Optional colorY: string
    • Optional colorZ: string
    • Optional size: number

    Returns DrawNodesDto

Properties

colorX

colorX: string

Hex encoded color string for X axis

colorY

colorY: string

Hex encoded color string for Y axis

colorZ

colorZ: string

Hex encoded color string for Z axis

nodes

nodes: TransformNode[]

Nodes that will be drawn

size

size: number

Length of the node axis

Generated using TypeDoc