Struct EffectorType¶
- Defined in File effector_type.hpp
Struct Documentation¶
-
struct
EffectorType: public boost::operators<EffectorType>¶ Public Functions
-
EffectorType()¶
-
EffectorType(compat::optional<CoordinateSystem> location, compat::optional<CoordinateSystem> rotation)¶
-
compat::optional<CoordinateSystem>
location() const¶
-
compat::optional<CoordinateSystem>
rotation() const¶
-
void
set_location(compat::optional<CoordinateSystem>)¶
-
void
clear_location()¶
-
void
set_rotation(compat::optional<CoordinateSystem>)¶
-
void
clear_rotation()¶
-