Panda3D
Loading...
Searching...
No Matches
Classes | Macros | Functions
physxEnums.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandabase.h"
#include "physx_includes.h"

Go to the source code of this file.

Classes

class  PhysxEnums
 This class exists just to provide scoping for the enums shared by PhysX classes. More...
 

Macros

#define NX_WF_ACCELERATED   1<<3
 
#define NX_WF_AFFECTED_BY_HANDBRAKE   1<<2
 
#define NX_WF_STEERABLE_AUTO   1<<1
 
#define NX_WF_STEERABLE_INPUT   1<<0
 

Functions

EXPCL_PANDAPHYSX std::ostream & operator<< (std::ostream &out, PhysxEnums::PhysxUpAxis axis)
 
EXPCL_PANDAPHYSX std::istream & operator>> (std::istream &in, PhysxEnums::PhysxUpAxis &axis)
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
enn0x
Date
2009-09-23

Definition in file physxEnums.h.

Macro Definition Documentation

◆ NX_WF_ACCELERATED

#define NX_WF_ACCELERATED   1<<3

Definition at line 349 of file physxEnums.h.

◆ NX_WF_AFFECTED_BY_HANDBRAKE

#define NX_WF_AFFECTED_BY_HANDBRAKE   1<<2

Definition at line 348 of file physxEnums.h.

◆ NX_WF_STEERABLE_AUTO

#define NX_WF_STEERABLE_AUTO   1<<1

Definition at line 347 of file physxEnums.h.

◆ NX_WF_STEERABLE_INPUT

#define NX_WF_STEERABLE_INPUT   1<<0

Definition at line 346 of file physxEnums.h.

Function Documentation

◆ operator<<()

EXPCL_PANDAPHYSX std::ostream & operator<< ( std::ostream & out,
PhysxEnums::PhysxUpAxis axis )

Definition at line 19 of file physxEnums.cxx.

◆ operator>>()

EXPCL_PANDAPHYSX std::istream & operator>> ( std::istream & in,
PhysxEnums::PhysxUpAxis & axis )

Definition at line 37 of file physxEnums.cxx.