Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • DivideDto

Index

Constructors

constructor

  • new DivideDto<T>(shape: T, nrOfDivisions?: number, removeStartPoint?: boolean, removeEndPoint?: boolean): DivideDto<T>
  • Type parameters

    • T

    Parameters

    • shape: T
    • Optional nrOfDivisions: number
    • Optional removeStartPoint: boolean
    • Optional removeEndPoint: boolean

    Returns DivideDto<T>

Properties

nrOfDivisions

nrOfDivisions: number

The number of divisions that will be performed on the curve

default

10

minimum

1

maximum

Infinity

step

1

removeEndPoint

removeEndPoint: boolean

Indicates if algorithm should remove end point

default

false

removeStartPoint

removeStartPoint: boolean

Indicates if algorithm should remove start point

default

false

shape

shape: T

Shape representing a wire

default

undefined

Generated using TypeDoc