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