The Cuik KD-Tree Library


vector.h

Go to the documentation of this file.
00001 #ifndef POINTH
00002 #define POINTH
00003 
00032 double VectorSquaredDistanceTopologyMin(double t2,unsigned int s,unsigned int *tp,
00033                                         double *v1,double *v2);
00034 
00045 double VectorNorm(unsigned int s,double *v);
00046 
00055 void VectorNormalize(unsigned int s,double *v);
00056 
00057 #endif