Skip to content

@orillusion/core


Class: Navi3DConst

Defined in: src/math/navigation/Navi3DConst.ts:1

Constructors

Constructor

new Navi3DConst(): Navi3DConst

Returns

Navi3DConst

Properties

EPSILON

static EPSILON: number = 0.1

Defined in: src/math/navigation/Navi3DConst.ts:7


POWER_EPSILON

static POWER_EPSILON: number

Defined in: src/math/navigation/Navi3DConst.ts:9

Methods

SetConst()

static SetConst(epsilon): void

Defined in: src/math/navigation/Navi3DConst.ts:2

Parameters

epsilon

number

Returns

void

Released under the MIT License