![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /usr/share/emscripten/tests/bullet/src/vectormath/ |
Upload File : |
#ifndef __VM_INCLUDE_H #define __VM_INCLUDE_H #include "LinearMath/btScalar.h" #if defined (USE_SYSTEM_VECTORMATH) || defined (__CELLOS_LV2__) #include <vectormath_aos.h> #else //(USE_SYSTEM_VECTORMATH) #if defined (BT_USE_SSE) && defined (_WIN32) #include "sse/vectormath_aos.h" #else //all other platforms #include "scalar/vectormath_aos.h" #endif //(BT_USE_SSE) && defined (_WIN32) #endif //(USE_SYSTEM_VECTORMATH) typedef Vectormath::Aos::Vector3 vmVector3; typedef Vectormath::Aos::Quat vmQuat; typedef Vectormath::Aos::Matrix3 vmMatrix3; typedef Vectormath::Aos::Transform3 vmTransform3; typedef Vectormath::Aos::Point3 vmPoint3; #endif //__VM_INCLUDE_H