Memory pool vectors (DVector) have been enormously simplified in code, and renamed to PoolVector

This commit is contained in:
Juan Linietsky
2017-01-07 18:25:37 -03:00
parent 2a38a5eaa8
commit 2ab83e1abb
257 changed files with 2818 additions and 3130 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ public:
Vector2 interpolate(int p_index, float p_offset) const;
Vector2 interpolatef(real_t p_findex) const;
DVector<Point2> bake(int p_subdivs=10) const;
PoolVector<Point2> bake(int p_subdivs=10) const;
void advance(real_t p_distance,int &r_index, real_t &r_pos) const;
void get_approx_position_from_offset(real_t p_offset,int &r_index, real_t &r_pos,int p_subdivs=16) const;