Moved cubic spline implementation to its own source file.

This commit is contained in:
Kyzentun
2014-12-28 05:57:07 -07:00
parent 65187a55c6
commit 584f1c8813
7 changed files with 621 additions and 296 deletions
+1
View File
@@ -66,6 +66,7 @@ ActorMultiVertex::ActorMultiVertex()
_using_spline= false;
_spline.redimension(3);
_spline.loop= false;
_spline.m_owned_by_actor= true;
}
ActorMultiVertex::~ActorMultiVertex()