@novorender/api / LineValues
Interface: LineValues
Defined in: @novorender/src/measure/modules/core/index.ts:13
LineValues is a collection of values for measuring a single line
Properties
distance
readonly distance: number;
Defined in: @novorender/src/measure/modules/core/index.ts:16
Distance from the start to the end of the line
end
readonly end: vec3;
Defined in: @novorender/src/measure/modules/core/index.ts:22
The end of the line
gradient
readonly gradient: vec3;
Defined in: @novorender/src/measure/modules/core/index.ts:18
Gradient of the line
kind
readonly kind: "line";
Defined in: @novorender/src/measure/modules/core/index.ts:14
start
readonly start: vec3;
Defined in: @novorender/src/measure/modules/core/index.ts:20
The start of the line