Skip to content

Commit

Permalink
fix api
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi committed Mar 15, 2023
1 parent eed1d59 commit 4b3189b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/reviews/api/core.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ export abstract class BaseVolumeViewport extends Viewport implements IVolumeView
// (undocumented)
addVolumes(volumeInputArray: Array<IVolumeInput>, immediate?: boolean, suppressEvents?: boolean): Promise<void>;
// (undocumented)
protected applyViewOrientation(orientation: OrientationAxis | OrientationVectors): void;
// (undocumented)
canvasToWorld: (canvasPos: Point2) => Point3;
// (undocumented)
flip(flipDirection: FlipDirection): void;
Expand Down

0 comments on commit 4b3189b

Please sign in to comment.