openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-shape
/
org.openrndr.shape
/
IntBox
Int
Box
class
IntBox
(
val
corner
:
IntVector3
,
val
width
:
Int
,
val
height
:
Int
,
val
depth
:
Int
)
(
source
)
Members
Constructors
Int
Box
Link copied to clipboard
constructor
(
corner
:
IntVector3
,
width
:
Int
,
height
:
Int
,
depth
:
Int
)
Properties
corner
Link copied to clipboard
val
corner
:
IntVector3
depth
Link copied to clipboard
val
depth
:
Int
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int
x
Range
Link copied to clipboard
val
xRange
:
IntRange
y
Range
Link copied to clipboard
val
yRange
:
IntRange
z
Range
Link copied to clipboard
val
zRange
:
IntRange