Unravel Engine C++ Reference
|
Represents a sphere shape for physics calculations. More...
#include <physics_component.h>
Public Attributes | |
math::vec3 | center {} |
Center of the sphere. | |
float | radius {0.5f} |
Radius of the sphere. | |
Friends | |
auto | operator== (const physics_sphere_shape &lhs, const physics_sphere_shape &rhs) -> bool=default |
Represents a sphere shape for physics calculations.
Definition at line 32 of file physics_component.h.
|
friend |
math::vec3 unravel::physics_sphere_shape::center {} |
Center of the sphere.
Definition at line 36 of file physics_component.h.
float unravel::physics_sphere_shape::radius {0.5f} |
Radius of the sphere.
Definition at line 37 of file physics_component.h.