Panda3D
Loading...
Searching...
No Matches
panda
src
physx
physxSphereForceFieldShapeDesc.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 physxSphereForceFieldShapeDesc.h
10
* @author enn0x
11
* @date 2009-11-06
12
*/
13
14
#ifndef PHYSXSPHEREFORCEFIELDSHAPEDESC_H
15
#define PHYSXSPHEREFORCEFIELDSHAPEDESC_H
16
17
#include "
pandabase.h
"
18
19
#include "
physxForceFieldShapeDesc.h
"
20
#include "
physx_includes.h
"
21
22
/**
23
* A descriptor for a sphere force field shape.
24
*/
25
class
EXPCL_PANDAPHYSX
PhysxSphereForceFieldShapeDesc
:
public
PhysxForceFieldShapeDesc
{
26
27
PUBLISHED:
28
INLINE
PhysxSphereForceFieldShapeDesc
();
29
INLINE
~PhysxSphereForceFieldShapeDesc
();
30
31
INLINE
void
set_to_default();
32
INLINE
bool
is_valid()
const
;
33
34
void
set_radius(
float
radius);
35
36
float
get_radius()
const
;
37
38
public
:
39
NxForceFieldShapeDesc *ptr()
const
{
return
(NxForceFieldShapeDesc *)&_desc; };
40
NxSphereForceFieldShapeDesc _desc;
41
};
42
43
#include "
physxSphereForceFieldShapeDesc.I
"
44
45
#endif
// PHYSXSPHEREFORCEFIELDSHAPEDESC_H
PhysxForceFieldShapeDesc
Abstract base class for descriptors for force field shapes descriptors.
Definition
physxForceFieldShapeDesc.h:25
PhysxSphereForceFieldShapeDesc
A descriptor for a sphere force field shape.
Definition
physxSphereForceFieldShapeDesc.h:25
pandabase.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
physxForceFieldShapeDesc.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
physxSphereForceFieldShapeDesc.I
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
physx_includes.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Generated on Mon Jan 8 2024 17:18:44 for Panda3D by
1.10.0