Skip to content

Commit

Permalink
feat(geom-api): add more Type enums
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 14, 2019
1 parent 5ae2887 commit 90e8b50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/geom-api/src/shape.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ export const enum Type {
AABB = 1,
ARC,
CIRCLE,
CONE,
CUBIC,
CUBIC3,
CYLINDER,
ELLIPSE,
GROUP,
LINE,
LINE3,
PATH,
PLANE,
POINTS,
POINTS3,
POLYGON,
Expand Down

0 comments on commit 90e8b50

Please sign in to comment.