mapscore
1.4.1.191
mapscore
/
io.openmobilemaps.mapscore.shared.graphics.common
/
Quad2dD
Quad2d
D
data
class
Quad2dD
(
var
topLeft
:
Vec2D
,
var
topRight
:
Vec2D
,
var
bottomRight
:
Vec2D
,
var
bottomLeft
:
Vec2D
)
Content copied to clipboard
Constructors
Properties
Constructors
Quad2d
D
Link copied to clipboard
fun
Quad2dD
(
topLeft
:
Vec2D
,
topRight
:
Vec2D
,
bottomRight
:
Vec2D
,
bottomLeft
:
Vec2D
)
Content copied to clipboard
Properties
bottom
Left
Link copied to clipboard
var
bottomLeft
:
Vec2D
Content copied to clipboard
bottom
Right
Link copied to clipboard
var
bottomRight
:
Vec2D
Content copied to clipboard
top
Left
Link copied to clipboard
var
topLeft
:
Vec2D
Content copied to clipboard
top
Right
Link copied to clipboard
var
topRight
:
Vec2D
Content copied to clipboard