Panda3D
panda
src
bullet
bulletSoftBodyWorldInfo.I
1
// Filename: bulletSoftBodyWorldInfo.I
2
// Created by: enn0x (04Mar10)
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
// Function: BulletSoftBodyWorldInfo::Destructor
17
// Access: Published
18
// Description:
19
////////////////////////////////////////////////////////////////////
20
INLINE BulletSoftBodyWorldInfo::
21
~BulletSoftBodyWorldInfo() {
22
23
}
24
25
////////////////////////////////////////////////////////////////////
26
// Function: BulletSoftBodyWorldInfo::get_info
27
// Access: Public
28
// Description:
29
////////////////////////////////////////////////////////////////////
30
INLINE btSoftBodyWorldInfo &BulletSoftBodyWorldInfo::
31
get_info()
const
{
32
33
return
_info;
34
}
35
Generated on Wed May 17 2017 23:40:08 for Panda3D by
1.8.13