Skip to main content

interface.LineValues

API > 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

Source

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


end

readonly end: vec3

The end of the line

Source

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


gradient

readonly gradient: vec3

Gradient of the line

Source

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


kind

readonly kind: "line"

Source

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


start

readonly start: vec3

The start of the line

Source

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