Skip to content

Commit

Permalink
feat: update image
Browse files Browse the repository at this point in the history
  • Loading branch information
rudigier committed Jan 28, 2022
1 parent 8521c2d commit 1a775dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/entities/image.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import IGeometry, { IEntity, IPoint } from './geomtry';

export interface IImageEntity extends IEntity{
position: IPoint;
uVector: number;
vVector: number;
uVector: IPoint;
vVector: IPoint;
imgWidth: number;
imgHeight: number;
clipBoundary: IPoint[];
Expand Down

0 comments on commit 1a775dc

Please sign in to comment.