Skip to content

Class: AxisSet2D

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

Extends

Constructors

Constructor

ts
new AxisSet2D(i, j): AxisSet2D;

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

Parameters

i

NamedAxis

j

NamedAxis

Returns

AxisSet2D

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:139


j

ts
j: NamedAxis;

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


SAGITTAL_AI

ts
static SAGITTAL_AI: AxisSet2D;

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


SAGITTAL_PI

ts
static SAGITTAL_PI: AxisSet2D;

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


SAGITTAL_PS

ts
static SAGITTAL_PS: AxisSet2D;

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


SAGITTAL_AS

ts
static SAGITTAL_AS: AxisSet2D;

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


CORONAL_LI

ts
static CORONAL_LI: AxisSet2D;

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


CORONAL_RI

ts
static CORONAL_RI: AxisSet2D;

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


CORONAL_RS

ts
static CORONAL_RS: AxisSet2D;

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


CORONAL_LS

ts
static CORONAL_LS: AxisSet2D;

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


AXIAL_LA

ts
static AXIAL_LA: AxisSet2D;

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


AXIAL_RA

ts
static AXIAL_RA: AxisSet2D;

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


AXIAL_RP

ts
static AXIAL_RP: AxisSet2D;

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


AXIAL_LP

ts
static AXIAL_LP: AxisSet2D;

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

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


dropDim()

ts
dropDim(): AxisSet | null;

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

Returns

AxisSet | null

Overrides

AxisSet.dropDim


permMat()

ts
permMat(): Matrix;

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

Returns

Matrix

Overrides

AxisSet.permMat


perm_mat()

ts
perm_mat(): Matrix;

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

Returns

Matrix


axes()

ts
axes(): NamedAxis[];

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

Returns

NamedAxis[]

Overrides

AxisSet.axes


toString()

ts
toString(): string;

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

Returns a string representation of an object.

Returns

string


orientations()

ts
static orientations(): AxisSet2D[];

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

Returns

AxisSet2D[]

Released under the MIT License.