Panda3D
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
Enumerations
panda
src
physx
physxWheelDesc.I
1
// Filename: physxWheelDesc.I
2
// Created by: enn0x (23Mar10)
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: PhysxWheelDesc::Constructor
18
// Access: Published
19
// Description:
20
////////////////////////////////////////////////////////////////////
21
INLINE PhysxWheelDesc::
22
PhysxWheelDesc() {
23
24
set_to_default
();
25
}
26
27
////////////////////////////////////////////////////////////////////
28
// Function: PhysxWheelDesc::Destructor
29
// Access: Published
30
// Description:
31
////////////////////////////////////////////////////////////////////
32
INLINE PhysxWheelDesc::
33
~PhysxWheelDesc() {
34
35
}
36
37
////////////////////////////////////////////////////////////////////
38
// Function: PhysxWheelDesc::set_to_default
39
// Access: Published
40
// Description: (re)sets the structure to the default.
41
////////////////////////////////////////////////////////////////////
42
INLINE
void
PhysxWheelDesc::
43
set_to_default
() {
44
45
// TODO
46
}
47
48
////////////////////////////////////////////////////////////////////
49
// Function: PhysxWheelDesc::is_valid
50
// Access: Published
51
// Description: Returns true if the descriptor is valid.
52
////////////////////////////////////////////////////////////////////
53
INLINE
bool
PhysxWheelDesc::
54
is_valid
()
const
{
55
56
// TODO
57
58
return
true
;
59
}
60
PhysxWheelDesc::set_to_default
void set_to_default()
(re)sets the structure to the default.
Definition:
physxWheelDesc.I:43
PhysxWheelDesc::is_valid
bool is_valid() const
Returns true if the descriptor is valid.
Definition:
physxWheelDesc.I:54
Generated on Mon Feb 1 2016 13:44:37 for Panda3D by
1.8.5