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