Mercurial > hg > ccmieditor
view native/PhantomOmni/utils.h @ 8:ea7885bd9bff tip
fixed bug : render solid line as dotted/dashed when moving the stylus from dotted/dashed to solid
author | ccmi-guest |
---|---|
date | Thu, 03 Jul 2014 16:12:20 +0100 |
parents | 9e67171477bc |
children |
line wrap: on
line source
#pragma once #include <jni.h> #include "stdafx.h" void checkExceptions(JNIEnv *env, char* what); void stopExecution(char* msg); bool fromScreen(const hduVector3Dd &win, hduVector3Dd &obj); bool toScreen(const hduVector3Dd &obj, hduVector3Dd &win); HDdouble norm(HDdouble v[3]); //TO REMOVE void print(char* str); float rotate(); void print(int str);