Struct cube_collider_params

Struct Documentation

struct legion::physics::cube_collider_params

Public Functions

inline cube_collider_params(float pWidth = 2.0f, float pBreath = 2.0f, float pHeight = 2.0f, math::vec3 pOffset = math::vec3(0.0f))

Public Members

math::vec3 offset
float width
float breadth
float height