Toggle search
Search
Toggle menu
notifications
Toggle personal menu
ProtoFlux
:
Bezier Curve
From Resonite Wiki
Views
Read
View source
View history
associated-pages
ProtoFlux
Discussion
More actions
Revision as of 19:17, 30 April 2024 by
989onan
(
talk
|
contribs
)
(Create Bezier Curve ProtoFlux Node Page)
(diff) ← Older revision |
Latest revision
(
diff
) |
Newer revision →
(
diff
)
Bezier Curve
From
*
To
Lerp
Interpolation
Inputs
From (
TangentPointFloat
(Any tangent point type))
To (
TangentPointFloat
(Any tangent point type))
Lerp (
float
)
Outputs
* (Numeric)
Examples:
float3
,
float2
,
double3
,
float
etc.
Examples
Contents
Back to top
Contents
1
Inputs
1.1
From (TangentPointFloat (Any tangent point type))
1.2
To (TangentPointFloat (Any tangent point type))
1.3
Lerp (float)
2
Outputs
2.1
* (Numeric)
3
Examples