Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DrawNodeDto

Index

Constructors

Properties

Constructors

constructor

  • new DrawNodeDto(node?: TransformNode, colorX?: string, colorY?: string, colorZ?: string, size?: number): DrawNodeDto
  • Parameters

    • Optional node: TransformNode
    • Optional colorX: string
    • Optional colorY: string
    • Optional colorZ: string
    • Optional size: number

    Returns DrawNodeDto

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

node

node: TransformNode

Transformation node

size

size: number

Length of the node axis

Generated using TypeDoc