Panda3D
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
Enumerations
direct
src
interval
cConstrainPosHprInterval.I
1
// Filename: cConstrainPosHprInterval.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: CConstrainPosHprInterval::get_node
18
// Access: Published
19
// Description: Returns the "source" node.
20
////////////////////////////////////////////////////////////////////
21
INLINE
const
NodePath
&
CConstrainPosHprInterval::
22
get_node
()
const
{
23
return
_node;
24
}
25
26
////////////////////////////////////////////////////////////////////
27
// Function: CConstrainPosHprInterval::get_target
28
// Access: Published
29
// Description: Returns the "target" node.
30
////////////////////////////////////////////////////////////////////
31
INLINE
const
NodePath
&
CConstrainPosHprInterval::
32
get_target
()
const
{
33
return
_target;
34
}
CConstrainPosHprInterval::get_target
const NodePath & get_target() const
Returns the "target" node.
Definition:
cConstrainPosHprInterval.I:32
CConstrainPosHprInterval::get_node
const NodePath & get_node() const
Returns the "source" node.
Definition:
cConstrainPosHprInterval.I:22
NodePath
NodePath is the fundamental system for disambiguating instances, and also provides a higher-level int...
Definition:
nodePath.h:165
Generated on Mon Feb 1 2016 13:44:14 for Panda3D by
1.8.5