Skip to main content

interface.LineStripMeasureValues

API > LineStripMeasureValues

Interface: LineStripMeasureValues

Gives values based on selected linestrip

Properties

angles

readonly angles: number[]

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

Source

@novorender/measure/modules/core/index.ts:144


linestrip

readonly linestrip: ReadonlyVec3[]

The input vertices

Source

@novorender/measure/modules/core/index.ts:140


segmentLengts

readonly segmentLengts: number[]

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

Source

@novorender/measure/modules/core/index.ts:142


totalLength

readonly totalLength: number

The total length of the linestrip

Source

@novorender/measure/modules/core/index.ts:138