#ifndef __HAT_H #define __HAT_H extern float Hat( float x, float y, float z ); #endif