Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • PointsOnWireAtEqualLengthDto

Index

Constructors

constructor

  • new PointsOnWireAtEqualLengthDto<T>(shape: T, length?: number, tryNext?: boolean, includeFirst?: boolean, includeLast?: boolean): PointsOnWireAtEqualLengthDto<T>
  • Type parameters

    • T

    Parameters

    • shape: T
    • Optional length: number
    • Optional tryNext: boolean
    • Optional includeFirst: boolean
    • Optional includeLast: boolean

    Returns PointsOnWireAtEqualLengthDto<T>

Properties

includeFirst

includeFirst: boolean

Include first point

default

false

includeLast

includeLast: boolean

Include last point

default

false

length

length: number

length at which to evaluate the point

default

0.5

minimum

-Infinity

maximum

Infinity

step

0.1

shape

shape: T

Shape representing a wire

default

undefined

tryNext

tryNext: boolean

Try next point if the point is not found

default

false

Generated using TypeDoc