Antkeeper
0.0.1
|
IK goal. More...
#include <ik-goal.hpp>
Public Member Functions | |
void | set_solver (std::shared_ptr< ik_solver > solver) noexcept |
Sets the solver of the IK goal. More... | |
void | set_center (const math::fvec3 ¢er) noexcept |
Sets the center of the IK goal. More... | |
void | set_radius (float radius) noexcept |
Sets the radius of the IK goal. More... | |
const std::shared_ptr< ik_solver > & | get_solver () const noexcept |
Returns the solver of the IK goal. More... | |
const math::fvec3 & | get_center () const noexcept |
Returns the center of the IK goal. More... | |
float | get_radius () const noexcept |
Returns the radius of the IK goal. More... | |
IK goal.
Definition at line 30 of file ik-goal.hpp.
|
inlinenoexcept |
Returns the center of the IK goal.
Definition at line 71 of file ik-goal.hpp.
|
inlinenoexcept |
Returns the radius of the IK goal.
Definition at line 77 of file ik-goal.hpp.
|
inlinenoexcept |
Returns the solver of the IK goal.
Definition at line 65 of file ik-goal.hpp.
|
inlinenoexcept |
Sets the center of the IK goal.
center | Goal center, in world-space. |
Definition at line 48 of file ik-goal.hpp.
|
inlinenoexcept |
Sets the radius of the IK goal.
radius | Goal radius. |
Definition at line 58 of file ik-goal.hpp.
|
inlinenoexcept |
Sets the solver of the IK goal.
solver | Goal solver. |
Definition at line 38 of file ik-goal.hpp.