Skip to content

Commit

Permalink
refactor(geom-api): fix #256 remove Type enum
Browse files Browse the repository at this point in the history
BREAKING CHANGE: remove obsolete shape Type enum
  • Loading branch information
postspectacular committed Dec 22, 2020
1 parent aa4f8aa commit e2cd24a
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions packages/geom-api/src/shape.ts
Original file line number Diff line number Diff line change
@@ -1,41 +1,6 @@
import type { ICopy, IObjectOf, IToHiccup } from "@thi.ng/api";
import type { Vec } from "@thi.ng/vectors";

export enum Type {
AABB = 1,
ARC,
CIRCLE,
CONE,
CUBIC,
CUBIC3,
CYLINDER,
ELLIPSE,
GROUP,
LINE,
LINE3,
PATH,
PLANE,
POINTS,
POINTS3,
POLYGON,
POLYGON3,
POLYLINE,
POLYLINE3,
QUAD,
QUAD3,
QUADRATIC,
QUADRATIC3,
RECT,
SPHERE,
TRIANGLE,
TRIANGLE3,
RAY,
RAY3,

TEXT,
TEXT3,
}

export type Attribs = IObjectOf<any>;

export interface IShape extends ICopy<IShape> {
Expand Down

0 comments on commit e2cd24a

Please sign in to comment.