Skip to content

Class: AxisSet1D

Defined in: src/geometry/Axis.ts:102

Extends

Constructors

Constructor

ts
new AxisSet1D(i): AxisSet1D;

Defined in: src/geometry/Axis.ts:105

Parameters

i

NamedAxis

Returns

AxisSet1D

Overrides

AxisSet.constructor

Properties

ndim

ts
ndim: number;

Defined in: src/geometry/Axis.ts:42

Inherited from

AxisSet.ndim


i

ts
i: NamedAxis;

Defined in: src/geometry/Axis.ts:103


LEFT_RIGHT

ts
static LEFT_RIGHT: AxisSet1D;

Defined in: src/geometry/Axis.ts:130


RIGHT_LEFT

ts
static RIGHT_LEFT: AxisSet1D;

Defined in: src/geometry/Axis.ts:131


ANT_POST

ts
static ANT_POST: AxisSet1D;

Defined in: src/geometry/Axis.ts:132


POST_ANT

ts
static POST_ANT: AxisSet1D;

Defined in: src/geometry/Axis.ts:133


INF_SUP

ts
static INF_SUP: AxisSet1D;

Defined in: src/geometry/Axis.ts:134


SUP_INF

ts
static SUP_INF: AxisSet1D;

Defined in: src/geometry/Axis.ts:135

Methods

names()

ts
names(): string[];

Defined in: src/geometry/Axis.ts:54

Returns

string[]

Inherited from

AxisSet.names


whichAxis()

ts
whichAxis(axis, ignoreDirection?): number;

Defined in: src/geometry/Axis.ts:58

Parameters

axis

NamedAxis

ignoreDirection?

boolean = true

Returns

number

Inherited from

AxisSet.whichAxis


equals()

ts
equals(other): boolean;

Defined in: src/geometry/Axis.ts:78

Parameters

other

AxisSet

Returns

boolean

Inherited from

AxisSet.equals


oppositeAxis()

ts
static oppositeAxis(axis): NamedAxis;

Defined in: src/geometry/Axis.ts:82

Parameters

axis

NamedAxis

Returns

NamedAxis

Inherited from

AxisSet.oppositeAxis


permMat()

ts
permMat(): Matrix;

Defined in: src/geometry/Axis.ts:110

Returns

Matrix

Overrides

AxisSet.permMat


perm_mat()

ts
perm_mat(): Matrix;

Defined in: src/geometry/Axis.ts:114

Returns

Matrix


axes()

ts
axes(): NamedAxis[];

Defined in: src/geometry/Axis.ts:118

Returns

NamedAxis[]

Overrides

AxisSet.axes


dropDim()

ts
dropDim(): AxisSet | null;

Defined in: src/geometry/Axis.ts:122

Returns

AxisSet | null

Overrides

AxisSet.dropDim


toString()

ts
toString(): string;

Defined in: src/geometry/Axis.ts:126

Returns a string representation of an object.

Returns

string

Released under the MIT License.