* Get the scaled resolution used for model interactions * * @returns The scaled resolution as [width, height]
()
| 62 | * @returns The scaled resolution as [width, height] |
| 63 | */ |
| 64 | public getScaledResolution(): [number, number] { |
| 65 | return this.scaledResolution; |
| 66 | } |
| 67 | |
| 68 | /** |
| 69 | * Get the scale factor between original and scaled resolutions |
no outgoing calls