source: trunk/vizservers/nanovis/Util.h @ 829

Last change on this file since 829 was 828, checked in by vrinside, 16 years ago

Add interpolation functions for compute values between two values with fraction

File size: 253 bytes
Line 
1#ifndef __UTIL_H__
2#define __UTIL_H__
3
4#include <Vector3.h>
5
6extern void evaluate(float fraction, float* key, int count, Vector3* keyValue, Vector3* ret);
7extern void evaluate(float fraction, float* key, int count, float* keyValue, float* ret);
8
9#endif
Note: See TracBrowser for help on using the repository browser.