Panda3D
 All Classes Functions Variables Enumerations
cConstrainHprInterval.I
1 // Filename: cConstrainHprInterval.I
2 // Created by: pratt (10Mar08)
3 //
4 ////////////////////////////////////////////////////////////////////
5 //
6 // PANDA 3D SOFTWARE
7 // Copyright (c) Carnegie Mellon University. All rights reserved.
8 //
9 // All use of this software is subject to the terms of the revised BSD
10 // license. You should have received a copy of this license along
11 // with this source code in a file named "LICENSE."
12 //
13 ////////////////////////////////////////////////////////////////////
14 
15 
16 ////////////////////////////////////////////////////////////////////
17 // Function: CConstrainHprInterval::get_node
18 // Access: Published
19 // Description: Returns the "source" node.
20 ////////////////////////////////////////////////////////////////////
22 get_node() const {
23  return _node;
24 }
25 
26 ////////////////////////////////////////////////////////////////////
27 // Function: CConstrainHprInterval::get_target
28 // Access: Published
29 // Description: Returns the "target" node.
30 ////////////////////////////////////////////////////////////////////
32 get_target() const {
33  return _target;
34 }
const NodePath & get_node() const
Returns the "source" node.
const NodePath & get_target() const
Returns the "target" node.
NodePath is the fundamental system for disambiguating instances, and also provides a higher-level int...
Definition: nodePath.h:165