Position.(constructor)
Constructs a new instance of the Position class
Signature:
constructor({ boundingBox, flipY, ratio, }: {
boundingBox?: BoundingBox;
flipY?: boolean;
ratio?: number;
});
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ boundingBox, flipY, ratio, } |
{ boundingBox?: BoundingBox; flipY?: boolean; ratio?: number; } |