fiore@3: #pragma once fiore@3: fiore@3: #include fiore@3: #include "stdafx.h" fiore@3: fiore@3: void checkExceptions(JNIEnv *env, char* what); fiore@3: void stopExecution(char* msg); fiore@3: bool fromScreen(const hduVector3Dd &win, hduVector3Dd &obj); fiore@3: bool toScreen(const hduVector3Dd &obj, hduVector3Dd &win); fiore@3: HDdouble norm(HDdouble v[3]); fiore@3: fiore@3: //TO REMOVE fiore@3: void print(char* str); fiore@3: float rotate(); fiore@3: void print(int str);