Skip to content

Type Alias: AxisName

ts
type AxisName = "i" | "j" | "k" | "t" | "x" | "y" | "z";

Defined in: src/types.ts:194

Released under the MIT License.