orx
Toggle table of contents
0.5.0-dev.28+293aff4
common
Target filter
common
Switch theme
Search in API
Skip to content
orx
orx-shapes
/
org.openrndr.extra.shapes.blend
/
Path3DBlend
Path3DBlend
class
Path3DBlend
(
val
a
:
RectifiedPath3D
,
val
b
:
RectifiedPath3D
)
(
source
)
ContourBlend holds two rectified contours with an equal amount of segments
Members
Constructors
Path3DBlend
Link copied to clipboard
constructor
(
a
:
RectifiedPath3D
,
b
:
RectifiedPath3D
)
Properties
a
Link copied to clipboard
val
a
:
RectifiedPath3D
b
Link copied to clipboard
val
b
:
RectifiedPath3D
Functions
mix
Link copied to clipboard
fun
mix
(
blend
:
Double
)
:
Path3D
fun
mix
(
blendFunction
:
(
Double
)
->
Double
)
:
Path3D