Class PointsOnWireAtPatternOfLengthsDto<T>
Hierarchy
-
PointsOnWireAtPatternOfLengthsDto
Constructors
constructor
- new PointsOnWireAtPatternOfLengthsDto<T>(shape: T, lengths?: number[], tryNext?: boolean, includeFirst?: boolean, includeLast?: boolean): PointsOnWireAtPatternOfLengthsDto<T>
-
Type parameters
Parameters
-
shape: T
-
Optional lengths: number[]
-
Optional tryNext: boolean
-
Optional includeFirst: boolean
-
Optional includeLast: boolean
Properties
includeFirst
includeFirst: boolean
includeLast
includeLast: boolean
lengths
lengths: number[]
shape
shape: T
tryNext
tryNext: boolean
Include first point
false