├── LICENSE ├── README.md ├── SYS_Math.h ├── SYS_Types.h ├── UT_Array.cpp ├── UT_Array.h ├── UT_ArrayImpl.h ├── UT_BVH.h ├── UT_BVHImpl.h ├── UT_FixedVector.h ├── UT_ParallelUtil.h ├── UT_SmallArray.h ├── UT_SolidAngle.cpp ├── UT_SolidAngle.h ├── VM_SIMD.h └── VM_SSEFunc.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sideeffects/WindingNumber/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sideeffects/WindingNumber/HEAD/README.md -------------------------------------------------------------------------------- /SYS_Math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sideeffects/WindingNumber/HEAD/SYS_Math.h -------------------------------------------------------------------------------- /SYS_Types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sideeffects/WindingNumber/HEAD/SYS_Types.h -------------------------------------------------------------------------------- /UT_Array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sideeffects/WindingNumber/HEAD/UT_Array.cpp -------------------------------------------------------------------------------- /UT_Array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sideeffects/WindingNumber/HEAD/UT_Array.h -------------------------------------------------------------------------------- /UT_ArrayImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sideeffects/WindingNumber/HEAD/UT_ArrayImpl.h -------------------------------------------------------------------------------- /UT_BVH.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sideeffects/WindingNumber/HEAD/UT_BVH.h -------------------------------------------------------------------------------- /UT_BVHImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sideeffects/WindingNumber/HEAD/UT_BVHImpl.h -------------------------------------------------------------------------------- /UT_FixedVector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sideeffects/WindingNumber/HEAD/UT_FixedVector.h -------------------------------------------------------------------------------- /UT_ParallelUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sideeffects/WindingNumber/HEAD/UT_ParallelUtil.h -------------------------------------------------------------------------------- /UT_SmallArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sideeffects/WindingNumber/HEAD/UT_SmallArray.h -------------------------------------------------------------------------------- /UT_SolidAngle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sideeffects/WindingNumber/HEAD/UT_SolidAngle.cpp -------------------------------------------------------------------------------- /UT_SolidAngle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sideeffects/WindingNumber/HEAD/UT_SolidAngle.h -------------------------------------------------------------------------------- /VM_SIMD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sideeffects/WindingNumber/HEAD/VM_SIMD.h -------------------------------------------------------------------------------- /VM_SSEFunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sideeffects/WindingNumber/HEAD/VM_SSEFunc.h --------------------------------------------------------------------------------