vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CubicInterpolator.h
Go to the documentation of this file.
1 #pragma once
2 #include "interpolator.h"
4  public Interpolator
5 {
6 public:
7  CubicInterpolator(void);
8  ~CubicInterpolator(void);
9 };
10