Go to the documentation of this file.
19 #ifndef OST_MOL_BASE_TRANSFORM_HH
20 #define OST_MOL_BASE_TRANSFORM_HH
30 namespace ost {
namespace mol {
49 void ApplyXAxisRotation(
float delta);
50 void ApplyYAxisRotation(
float delta);
51 void ApplyZAxisRotation(
float delta);
52 void ApplyAxisRotation(
float delta,
const geom::Vec3& axis);
63 void ApplyXAxisTranslation(
float delta);
64 void ApplyYAxisTranslation(
float delta);
65 void ApplyZAxisTranslation(
float delta);