dot-face-lite
7.5.7
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.
Types
Constructors
Properties
Constructors
Rectangle
Double
Link copied to clipboard
fun
RectangleDouble
(
left
:
Double
,
top
:
Double
,
right
:
Double
,
bottom
:
Double
)
Types
Companion
Link copied to clipboard
object
Companion
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.