Bezier5

 
 
 

Returns the position at parameter u along a quartic Bézier segment defined by five control point positions. The start tangent is aligned along the vector defined by the first two control points and the end tangent is aligned along the vector defined by the last two control points.

Category: Curves

Output Ports: result

u

The parameter value for which to return the corresponding position on the curve.

P0

The position of the first control point.

P1

The position of the second control point.

P2

The position of the third control point.

P3

The position of the fourth control point.

P4

The position of the fifth control point.

Creative Commons License Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License