openrndr
0.4.4-dev.2+d08f84d
common
openrndr-draw
/
org.openrndr.shape
/
CompositionDimensions
Composition
Dimensions
data
class
CompositionDimensions
(
val
x
:
Length
,
val
y
:
Length
,
val
width
:
Length
,
val
height
:
Length
)
(
source
)
Members
Constructors
Composition
Dimensions
Link copied to clipboard
constructor
(
rectangle
:
Rectangle
)
constructor
(
x
:
Length
,
y
:
Length
,
width
:
Length
,
height
:
Length
)
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
dimensions
Link copied to clipboard
val
dimensions
:
Vector2
height
Link copied to clipboard
val
height
:
Length
position
Link copied to clipboard
val
position
:
Vector2
width
Link copied to clipboard
val
width
:
Length
x
Link copied to clipboard
val
x
:
Length
y
Link copied to clipboard
val
y
:
Length