Skip to content

Commit

Permalink
fix(polygon): drop movePoint
Browse files Browse the repository at this point in the history
  • Loading branch information
floryst committed Sep 15, 2023
1 parent 5cb860e commit 419d964
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/polygon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ export type Polygon = {
* Points is in image index space.
*/
points: Array<Vector3>;
movePoint: Vector3;
} & AnnotationTool<PolygonID>;

0 comments on commit 419d964

Please sign in to comment.