source: trunk/packages/vizservers/nanovis/Util.h @ 2406

Last change on this file since 2406 was 2096, checked in by ldelgass, 13 years ago

Normalize line endings, set eol-style to native on *.cpp, *.h files

  • Property svn:eol-style set to native
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.