Type alias AxisSpec

AxisSpec: AxisDirection | {
    direction: Point3D;
    kind: "axis.vector";
} | {
    kind: "axis.datum";
    ref: ID;
}

Type declaration

  • direction: Point3D
  • kind: "axis.vector"

Type declaration

  • kind: "axis.datum"
  • ref: ID