Skip to main content

@novorender/web_app / ArcValues

Interface: ArcValues

ArcValues is a collection of values for measuring a single arc

Properties

kind

readonly kind: "arc";

Defined in

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


radius

readonly radius: number;

Radius of the arc

Defined in

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


totalAngle

readonly totalAngle: number;

Angle of the arc segment

Defined in

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