Go to the documentation of this file.
19 #ifndef OST_MOL_BASE_TRANSFORM_HH
20 #define OST_MOL_BASE_TRANSFORM_HH
33 namespace ost {
namespace mol {
53 void ApplyXAxisRotation(
float delta);
54 void ApplyYAxisRotation(
float delta);
55 void ApplyZAxisRotation(
float delta);
56 void ApplyAxisRotation(
float delta,
const geom::Vec3& axis);
67 void ApplyXAxisTranslation(
float delta);
68 void ApplyYAxisTranslation(
float delta);
69 void ApplyZAxisTranslation(
float delta);
85 void update_components();