openrndr
Toggle table of contents
0.5.0-dev.24+01d4f82
common
Target filter
common
Switch theme
Search in API
Skip to content
openrndr
openrndr-shape
/
org.openrndr.shape
/
Box
/
Companion
/
fromAnchor
from
Anchor
fun
fromAnchor
(
anchorUVW
:
Vector3
,
anchor
:
Vector3
,
width
:
Double
,
height
:
Double
=
width
,
depth
:
Double
=
width
)
:
Box
(
source
)
Create a new
Box
by specifying the
anchorUVW
,
anchor
positions with dimensions
width
and
height
.