CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
Math::detail Namespace Reference

Classes

struct  bezierDerivativeImpl
 
struct  bezierDerivativeImpl< 0, 1, VecT, T >
 
struct  bezierDerivativeImpl< 0, D, VecT, T >
 
struct  bezierDerivativeImpl< O, 1, VecT, T >
 

Functions

template<typename VecT , typename T >
VecT bezierImpl (const VecT *p, const int n, T t1, T t2, int stride=1)
 

Function Documentation

◆ bezierImpl()

template<typename VecT , typename T >
VecT Math::detail::bezierImpl ( const VecT *  p,
const int  n,
t1,
t2,
int  stride = 1 
)