@novorender/web_app / 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
Defined in
@novorender/measure/modules/core/index.ts:161
linestrip
readonly linestrip: ReadonlyVec3[];
The input vertices
Defined in
@novorender/measure/modules/core/index.ts:157
segmentLengts
readonly segmentLengts: number[];
List of lenths based on line segments starting with segment between vertex 0 and 1
Defined in
@novorender/measure/modules/core/index.ts:159
totalLength
readonly totalLength: number;
The total length of the linestrip