Unravel Engine C++ Reference
Loading...
Searching...
No Matches
gml::detail::bezierDerivativeImpl< O, D, VecT, T > Struct Template Reference

#include <math.hpp>

Static Public Member Functions

static VecT calc (const VecT(&p)[D], T t)
 

Detailed Description

template<int O, int D, typename VecT, typename T>
struct gml::detail::bezierDerivativeImpl< O, D, VecT, T >

Definition at line 274 of file math.hpp.

Member Function Documentation

◆ calc()

template<int O, int D, typename VecT , typename T >
static VecT gml::detail::bezierDerivativeImpl< O, D, VecT, T >::calc ( const VecT(&) p[D],
T t )
inlinestatic

Definition at line 276 of file math.hpp.


The documentation for this struct was generated from the following file: