OpenSceneGraph 3.6.5
StackedRotateAxisElement
Go to the documentation of this file.
1/* -*-c++-*-
2 * Copyright (C) 2009 Cedric Pinson <cedric.pinson@plopbyte.net>
3 *
4 * This library is open source and may be redistributed and/or modified under
5 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or
6 * (at your option) any later version. The full license is in LICENSE file
7 * included with this distribution, and on the openscenegraph.org website.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * OpenSceneGraph Public License for more details.
13 */
14
15#ifndef OSGANIMATION_STACKED_ROTATE_AXIS_ELEMENT
16#define OSGANIMATION_STACKED_ROTATE_AXIS_ELEMENT 1
17
18#include <osgAnimation/Export>
20#include <osgAnimation/Target>
21#include <osg/Vec3>
22
23namespace osgAnimation
24{
25
27 {
28 public:
30
33 StackedRotateAxisElement(const std::string& name, const osg::Vec3& axis, double angle);
34 StackedRotateAxisElement(const osg::Vec3& axis, double angle);
35
36 void applyToMatrix(osg::Matrix& matrix) const;
38 bool isIdentity() const { return (_angle == 0); }
39 void update(float t = 0.0);
40
41 const osg::Vec3& getAxis() const;
42 double getAngle() const;
43 void setAxis(const osg::Vec3&);
44 void setAngle(double);
45
47 virtual Target* getTarget() {return _target.get();}
48 virtual const Target* getTarget() const {return _target.get();}
49
50 protected:
52 double _angle;
54 };
55
56}
57
58#endif
59
Vec3f Vec3
Definition Vec3:21
Matrixd Matrix
Definition Matrix:27
The osgAnimation library provides general purpose utility classes for animation.
Definition Action:34
Copy Op(erator) used to control whether shallow or deep copy is used during copy construction and clo...
Definition CopyOp:41
Smart pointer for handling referenced counted objects.
Definition ref_ptr:32
virtual Target * getTarget()
Definition StackedRotateAxisElement:47
double _angle
Definition StackedRotateAxisElement:52
META_Object(osgAnimation, StackedRotateAxisElement)
StackedRotateAxisElement(const StackedRotateAxisElement &, const osg::CopyOp &)
osg::ref_ptr< FloatTarget > _target
Definition StackedRotateAxisElement:53
StackedRotateAxisElement(const osg::Vec3 &axis, double angle)
osg::Vec3 _axis
Definition StackedRotateAxisElement:51
const osg::Vec3 & getAxis() const
void applyToMatrix(osg::Matrix &matrix) const
StackedRotateAxisElement(const std::string &name, const osg::Vec3 &axis, double angle)
virtual const Target * getTarget() const
Definition StackedRotateAxisElement:48
bool isIdentity() const
Definition StackedRotateAxisElement:38
StackedTransformElement()
Definition StackedTransformElement:29
Definition Target:33
#define OSGANIMATION_EXPORT
Definition Export:40

osg logo
Generated at Sun Jul 20 2025 00:00:00 for the OpenSceneGraph by doxygen 1.14.0.