Panda3D
cConstrainHprInterval.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 cConstrainHprInterval.I
10  * @author pratt
11  * @date 2008-03-10
12  */
13 
14 /**
15  * Returns the "source" node.
16  */
18 get_node() const {
19  return _node;
20 }
21 
22 /**
23  * Returns the "target" node.
24  */
26 get_target() const {
27  return _target;
28 }
const NodePath & get_node() const
Returns the "source" node.
NodePath is the fundamental system for disambiguating instances, and also provides a higher-level int...
Definition: nodePath.h:161
const NodePath & get_target() const
Returns the "target" node.