![]() |
DDraceNetwork Documentation
|
#include <bezier.h>
Public Member Functions | |
| constexpr | CCubicBezier ()=default |
| float | Evaluate (float t) const |
| float | Derivative (float t) const |
Static Public Member Functions | |
| static CCubicBezier | With (float Start, float StartDerivative, float EndDerivative, float End) |
Private Member Functions | |
| constexpr | CCubicBezier (float a_, float b_, float c_, float d_) |
Private Attributes | |
| float | a |
| float | b |
| float | c |
| float | d |
|
inlineconstexprprivate |
|
constexprdefault |
|
static |
|
private |
|
private |
|
private |
|
private |