Files
ph/include/Physics/Cylinder.hpp
T
2024-03-23 13:48:20 +01:00

12 lines
148 B
C++

#pragma once
#include "global.h"
#include "types.h"
#include "lib/math.h"
struct Cylinder {
Vec3p pos;
q20 size; // height and radius
};