Panda3D
panda
src
chan
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
*/
18
INLINE
const
TransformState
*
AnimChannelMatrixDynamic::
19
get_value_transform
()
const
{
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
}
TransformState
Indicates a coordinate-system transform on vertices.
Definition:
transformState.h:54
AnimChannelMatrixDynamic::get_value_transform
const TransformState * get_value_transform() const
Returns the explicit TransformState value that was set via set_value(), if any.
Definition:
animChannelMatrixDynamic.I:19
PandaNode
A basic node of the scene graph or data graph.
Definition:
pandaNode.h:64
AnimChannelMatrixDynamic::get_value_node
get_value_node
Returns the node that was set via set_value_node(), if any.
Definition:
animChannelMatrixDynamic.h:60
Generated on Sat Jan 11 2020 15:14:43 for Panda3D by
1.8.17