Skip to main content

@novorender/api / LineStripMeasureValues

Interface: LineStripMeasureValues

Defined in: @novorender/src/measure/modules/core/index.ts:149

Gives values based on selected linestrip

Properties​

angles​

readonly angles: number[];

Defined in: @novorender/src/measure/modules/core/index.ts:157

List of angles between line segments starting with angle between segment 0 and 1


linestrip​

readonly linestrip: ReadonlyVec3[];

Defined in: @novorender/src/measure/modules/core/index.ts:153

The input vertices


segmentLengts​

readonly segmentLengts: number[];

Defined in: @novorender/src/measure/modules/core/index.ts:155

List of lenths based on line segments starting with segment between vertex 0 and 1


totalLength​

readonly totalLength: number;

Defined in: @novorender/src/measure/modules/core/index.ts:151

The total length of the linestrip