├── FloatMath.cpp ├── FloatMath.h ├── FloatMath.inl ├── LICENSE ├── README.md ├── VertexLookup.cpp └── VertexLookup.h /FloatMath.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richgel999/FloatMath/HEAD/FloatMath.cpp -------------------------------------------------------------------------------- /FloatMath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richgel999/FloatMath/HEAD/FloatMath.h -------------------------------------------------------------------------------- /FloatMath.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richgel999/FloatMath/HEAD/FloatMath.inl -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richgel999/FloatMath/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richgel999/FloatMath/HEAD/README.md -------------------------------------------------------------------------------- /VertexLookup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richgel999/FloatMath/HEAD/VertexLookup.cpp -------------------------------------------------------------------------------- /VertexLookup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richgel999/FloatMath/HEAD/VertexLookup.h --------------------------------------------------------------------------------