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