- Timestamp:
- Apr 7, 2021, 2:51:53 PM (4 years ago)
- Branches:
- feature/imgui-sdl
- Children:
- 5049354
- Parents:
- 5081b9a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
utils.hpp
r5081b9a rdb2d995 13 13 float getRandomNum(float low, float high); 14 14 15 void printVec3(string label, const vec3& v); 16 void printVec4(string label, const vec4& v); 17 void printMat4(string label, const mat4& m); 15 void printVec(string label, const vec2& v); 16 void printVec(string label, const vec3& v); 17 void printVec(string label, const vec4& v); 18 void printMat(string label, const mat4& m); 18 19 19 20 // Code for offset_of function from https://gist.github.com/graphitemaster/494f21190bb2c63c5516
Note:
See TracChangeset
for help on using the changeset viewer.