Go to the documentation of this file.
29 #ifndef __SimpleSpline_H__
30 #define __SimpleSpline_H__
64 void addPoint(
const Vector3& p);
67 const Vector3& getPoint(
unsigned short index)
const;
70 unsigned short getNumPoints(
void)
const;
79 void updatePoint(
unsigned short index,
const Vector3& value);
93 Vector3 interpolate(
unsigned int fromIndex,
Real t)
const;
108 void setAutoCalculate(
bool autoCalc);
115 void recalcTangents(
void);
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Wed Oct 23 2013 06:57:25