Antkeeper
0.0.1
|
Pivots around a target entity. More...
#include <pivot-constraint.hpp>
Public Attributes | |
entity::id | target |
Target entity ID. More... | |
math::fvec3 | offset |
Pivot point offset. More... | |
Pivots around a target entity.
Definition at line 30 of file pivot-constraint.hpp.
math::fvec3 pivot_constraint::offset |
Pivot point offset.
Definition at line 36 of file pivot-constraint.hpp.
entity::id pivot_constraint::target |
Target entity ID.
Definition at line 33 of file pivot-constraint.hpp.