Panda3D
direct
src
interval
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
*/
17
INLINE
const
NodePath
&
CConstrainHprInterval::
18
get_node
()
const
{
19
return
_node;
20
}
21
22
/**
23
* Returns the "target" node.
24
*/
25
INLINE
const
NodePath
&
CConstrainHprInterval::
26
get_target
()
const
{
27
return
_target;
28
}
CConstrainHprInterval::get_node
const NodePath & get_node() const
Returns the "source" node.
Definition:
cConstrainHprInterval.I:18
NodePath
NodePath is the fundamental system for disambiguating instances, and also provides a higher-level int...
Definition:
nodePath.h:161
CConstrainHprInterval::get_target
const NodePath & get_target() const
Returns the "target" node.
Definition:
cConstrainHprInterval.I:26
Generated on Wed Jan 23 2019 21:39:49 for Panda3D by
1.8.15