Panda3D
Loading...
Searching...
No Matches
panda
src
physx
physxPrismaticJointDesc.h
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 physxPrismaticJointDesc.h
10
* @author enn0x
11
* @date 2009-09-28
12
*/
13
14
#ifndef PHYSXPRISMATICJOINTDESC_H
15
#define PHYSXPRISMATICJOINTDESC_H
16
17
#include "
pandabase.h
"
18
19
#include "
physxJointDesc.h
"
20
#include "
physx_includes.h
"
21
22
/**
23
* Descriptor class for prismatic joint. See PhysxPrismaticJoint.
24
*/
25
class
EXPCL_PANDAPHYSX PhysxPrismaticJointDesc :
public
PhysxJointDesc {
26
27
PUBLISHED:
28
INLINE PhysxPrismaticJointDesc();
29
INLINE ~PhysxPrismaticJointDesc();
30
31
INLINE
void
set_to_default
();
32
INLINE
bool
is_valid
()
const
;
33
34
public
:
35
NxJointDesc *ptr()
const
{
return
(NxJointDesc *)&_desc; };
36
NxPrismaticJointDesc _desc;
37
};
38
39
#include "
physxPrismaticJointDesc.I
"
40
41
#endif
// PHYSXPRISMATICJOINTDESC_H
PhysxPrismaticJointDesc::is_valid
bool is_valid() const
Returns true if the descriptor is valid.
Definition
physxPrismaticJointDesc.I:45
PhysxPrismaticJointDesc::set_to_default
void set_to_default()
(re)sets the structure to the default.
Definition
physxPrismaticJointDesc.I:35
pandabase.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
physxJointDesc.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
physxPrismaticJointDesc.I
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
physx_includes.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Generated on Thu Dec 25 2025 19:10:16 for Panda3D by
1.13.2