Fix bug in geom::cubic_hermite
This commit is contained in:
parent
43e95e89f3
commit
10ddf4933b
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ namespace psemek::geom
|
||||||
template <typename T>
|
template <typename T>
|
||||||
struct cubic_hermite
|
struct cubic_hermite
|
||||||
{
|
{
|
||||||
T a[3];
|
T a[4];
|
||||||
|
|
||||||
cubic_hermite() = default;
|
cubic_hermite() = default;
|
||||||
cubic_hermite(T p0, T m0, T p1, T m1)
|
cubic_hermite(T p0, T m0, T p1, T m1)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue