14#ifndef PHYSXBOXFORCEFIELDSHAPEDESC_H
15#define PHYSXBOXFORCEFIELDSHAPEDESC_H
26class EXPCL_PANDAPHYSX PhysxBoxForceFieldShapeDesc :
public PhysxForceFieldShapeDesc {
29 INLINE PhysxBoxForceFieldShapeDesc();
30 INLINE ~PhysxBoxForceFieldShapeDesc();
40 NxForceFieldShapeDesc *ptr()
const {
return (NxForceFieldShapeDesc *)&_desc; };
41 NxBoxForceFieldShapeDesc _desc;
void set_to_default()
(re)sets the structure to the default.
bool is_valid() const
Returns true if the descriptor is valid.
void set_dimensions(const LVector3f &dimensions)
Sets the dimensions of the box.
LVector3f get_dimensions() const
Returns the dimensions of the box.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.