Class: AxisSet2D
Defined in: src/geometry/Axis.ts:138
Extends
Constructors
Constructor
new AxisSet2D(i, j): AxisSet2D;Defined in: src/geometry/Axis.ts:142
Parameters
i
j
Returns
AxisSet2D
Overrides
Properties
ndim
ndim: number;Defined in: src/geometry/Axis.ts:42
Inherited from
i
i: NamedAxis;Defined in: src/geometry/Axis.ts:139
j
j: NamedAxis;Defined in: src/geometry/Axis.ts:140
SAGITTAL_AI
static SAGITTAL_AI: AxisSet2D;Defined in: src/geometry/Axis.ts:169
SAGITTAL_PI
static SAGITTAL_PI: AxisSet2D;Defined in: src/geometry/Axis.ts:170
SAGITTAL_PS
static SAGITTAL_PS: AxisSet2D;Defined in: src/geometry/Axis.ts:171
SAGITTAL_AS
static SAGITTAL_AS: AxisSet2D;Defined in: src/geometry/Axis.ts:172
CORONAL_LI
static CORONAL_LI: AxisSet2D;Defined in: src/geometry/Axis.ts:174
CORONAL_RI
static CORONAL_RI: AxisSet2D;Defined in: src/geometry/Axis.ts:175
CORONAL_RS
static CORONAL_RS: AxisSet2D;Defined in: src/geometry/Axis.ts:176
CORONAL_LS
static CORONAL_LS: AxisSet2D;Defined in: src/geometry/Axis.ts:177
AXIAL_LA
static AXIAL_LA: AxisSet2D;Defined in: src/geometry/Axis.ts:179
AXIAL_RA
static AXIAL_RA: AxisSet2D;Defined in: src/geometry/Axis.ts:180
AXIAL_RP
static AXIAL_RP: AxisSet2D;Defined in: src/geometry/Axis.ts:181
AXIAL_LP
static AXIAL_LP: AxisSet2D;Defined in: src/geometry/Axis.ts:182
Methods
names()
names(): string[];Defined in: src/geometry/Axis.ts:54
Returns
string[]
Inherited from
whichAxis()
whichAxis(axis, ignoreDirection?): number;Defined in: src/geometry/Axis.ts:58
Parameters
axis
ignoreDirection?
boolean = true
Returns
number
Inherited from
equals()
equals(other): boolean;Defined in: src/geometry/Axis.ts:78
Parameters
other
Returns
boolean
Inherited from
oppositeAxis()
static oppositeAxis(axis): NamedAxis;Defined in: src/geometry/Axis.ts:82
Parameters
axis
Returns
Inherited from
dropDim()
dropDim(): AxisSet | null;Defined in: src/geometry/Axis.ts:148
Returns
AxisSet | null
Overrides
permMat()
permMat(): Matrix;Defined in: src/geometry/Axis.ts:152
Returns
Matrix
Overrides
perm_mat()
perm_mat(): Matrix;Defined in: src/geometry/Axis.ts:156
Returns
Matrix
axes()
axes(): NamedAxis[];Defined in: src/geometry/Axis.ts:160
Returns
Overrides
toString()
toString(): string;Defined in: src/geometry/Axis.ts:164
Returns a string representation of an object.
Returns
string
orientations()
static orientations(): AxisSet2D[];Defined in: src/geometry/Axis.ts:184
Returns
AxisSet2D[]