dot-face-lite
8.0.0
dot-face-lite
/
com.innovatrics.dot.core.geometry
/
RectangleDouble
Rectangle
Double
data
class
RectangleDouble
(
val
left
:
Double
,
val
top
:
Double
,
val
right
:
Double
,
val
bottom
:
Double
)
Rectangle in two-dimensional euclidean space.
Constructors
Properties
Constructors
Rectangle
Double
Link copied to clipboard
fun
RectangleDouble
(
left
:
Double
,
top
:
Double
,
right
:
Double
,
bottom
:
Double
)
Properties
bottom
Link copied to clipboard
val
bottom
:
Double
Bottom edge.
left
Link copied to clipboard
val
left
:
Double
Left edge.
right
Link copied to clipboard
val
right
:
Double
Right edge.
top
Link copied to clipboard
val
top
:
Double
Top edge.