orx
Toggle table of contents
0.5.0-dev.38+f0d9a9e
common
Target filter
common
Switch theme
Search in API
Skip to content
orx
orx-shapes
/
org.openrndr.extra.shapes.loft
/
Loft
/
Loft
Loft
constructor
(
crossSection
:
(
u
:
Double
,
v
:
Double
)
->
Vector2
,
dcrossSectiondu
:
(
u
:
Double
,
v
:
Double
)
->
Vector2
=
crossSection.diffdx()
,
dcrossSectiondv
:
(
u
:
Double
,
v
:
Double
)
->
Vector2
=
crossSection.diffdy()
,
pose
:
(
v
:
Double
)
->
Matrix44
,
dposedv
:
(
v
:
Double
)
->
Matrix44
=
pose.diff()
)
(
source
)