SPH
Classes | Variables
Curve.cpp File Reference
#include "math/Curve.h"
#include <algorithm>

Go to the source code of this file.

Classes

class  Vector4
 
class  Matrix4
 

Variables

const Matrix4 CURVE_MATRIX
 

Variable Documentation

◆ CURVE_MATRIX

const Matrix4 CURVE_MATRIX
Initial value:
{
{ 1.f, 0.f, 0.f, 0.f },
{ 0.f, 0.f, 1.f, 0.f },
{ -3.f, 3.f, -2.f, -1.f },
{ 2.f, -2.f, 1.f, 1.f },
}

Definition at line 41 of file Curve.cpp.