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