3DCoat  3D-COAT 4.9.xx
3DCoat is the one application that has all the tools you need to take your 3D idea from a block of digital clay all the way to a production ready, fully textured organic or hard surface model.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CubicBezierChunkF3 Class Reference

Bezier Chunk or classical Bezier curve More...

#include <BezierChunkImplementation.h>

Detailed Description

Bezier Chunk or classical Bezier curve

Curve is represented by two ways:

\[ P_0(1-t)^3 + 3*P_1 t(1-t)^2 + 3*P_2 t^2(1-t) + P_3 t^3 \]

\[ A_0 + A_1 t + A_2 t^2 + A_3 t^3 \]

Inherits BasicBezierChunk< T >.


The documentation for this class was generated from the following files: