Bezier4

 
 
 

Returns the position at parameter T along a cubic Bézier segment defined by four 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

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.

T

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

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