import Rect from '@mobilizing/library/js/Mobilizing/renderer/3D/three/types/Rect.js'
Rect
Constructor Summary
Public Constructor | ||
public | constructor(params: Object) Rect hold a simple rectangle representation with x & y coordinates and width & height. |
Method Summary
Public Constructors
public constructor(params: Object) source
Rect hold a simple rectangle representation with x & y coordinates and width & height.
Params:
Name | Type | Attribute | Description |
params | Object | Parameters object, given by the constructor. | |
params.x | float |
| |
params.y | float |
| |
params.width | float |
| |
params.height | float |
|