Panda3D
animChannelMatrixDynamic.I
Go to the documentation of this file.
1 /**
2  * PANDA 3D SOFTWARE
3  * Copyright (c) Carnegie Mellon University. All rights reserved.
4  *
5  * All use of this software is subject to the terms of the revised BSD
6  * license. You should have received a copy of this license along
7  * with this source code in a file named "LICENSE."
8  *
9  * @file animChannelMatrixDynamic.I
10  * @author drose
11  * @date 2003-10-20
12  */
13 
14 /**
15  * Returns the explicit TransformState value that was set via set_value(), if
16  * any.
17  */
20  return _value;
21 }
22 
23 /**
24  * Returns the node that was set via set_value_node(), if any.
25  */
26 INLINE PandaNode *AnimChannelMatrixDynamic::
27 get_value_node() const {
28  return _value_node;
29 }
A basic node of the scene graph or data graph.
Definition: pandaNode.h:64
Indicates a coordinate-system transform on vertices.
const TransformState * get_value_transform() const
Returns the explicit TransformState value that was set via set_value(), if any.