PxSimpleTypes.h File Reference
#include "foundation/PxPreprocessor.h"
#include <stdint.h>
#include <inttypes.h>
This graph shows which files directly or indirectly include this file:
PxPhysicsAPI.h PxBVH33MidphaseDesc.h PxRepXSimpleType.h PxBVH34MidphaseDesc.h PxVehicleShaders.h PxVehicleWheels.h PxVehicleTireFriction.h PxVehicleUpdate.h PxVehicleUtilSetup.h PxVehicleUtilTelemetry.h PxFileBuf.h PxCpuDispatcher.h PxTaskManager.h Px.h PxMemory.h PxIO.h PxMidphaseDesc.h PxCooking.h PxSerialization.h PxExtensionsAPI.h PxRepXSerializer.h PxVehicleDrive.h PxVehicleDrive4W.h PxVehicleDriveTank.h PxVehicleDriveNW.h PxVehicleNoDrive.h PxVehicleUtilControl.h PxTask.h PxDefaultCpuDispatcher.h PxSceneDesc.h PxScene.h PxGpuDispatcher.h PxGpuTask.h PxSceneLock.h PxSceneQueryExt.h PxPhysXCommonConfig.h PxConvexMesh.h PxVehicleSDK.h PxFoundation.h PxMetaData.h PxMetaDataFlags.h PxCharacter.h Pxc.h PxStringTableExt.h PxVehicleUtil.h PxAllocatorCallback.h PxAssert.h PxStrideIterator.h PxBitAndData.h PxErrors.h PxFlags.h PxMathUtils.h PxProfiler.h PxUnionCast.h PxPhysXConfig.h PxGeometryQuery.h PxMeshQuery.h PxTriangleMeshExt.h PxConvexMeshExt.h PxBroadPhaseExt.h PxSerialFramework.h PxGeometryHelpers.h PxTriangleMesh.h PxGeometry.h PxRenderBuffer.h PxTolerancesScale.h PxTypeInfo.h PxHeightFieldDesc.h PxHeightFieldSample.h PxMeshScale.h PxSimpleTriangleMesh.h PxTriangle.h PxDefaultStreams.h PxSimpleFactory.h PxSmoothNormals.h PxBinaryConverter.h PxBVHStructureDesc.h PxD6JointCreate.h PxDefaultAllocator.h PxRaycastCCD.h PxTetrahedron.h PxActor.h PxArticulationLink.h PxRigidBodyExt.h PxRigidStatic.h PxJointLimit.h PxShapeExt.h PxRigidActorExt.h PxAggregate.h PxArticulationBase.h PxArticulationJoint.h PxArticulationJointReducedCoordinate.h PxShape.h PxBatchQuery.h PxContactModifyCallback.h PxPhysics.h PxBatchQueryDesc.h PxFiltering.h PxQueryFiltering.h PxSimulationEventCallback.h PxDefaultSimulationFilterShader.h PxQueryReport.h PxBroadPhase.h PxConstraint.h PxConstraintDesc.h PxSolverDefs.h PxImmediateMode.h PxDeletionListener.h PxCollisionDefs.h PxLockedData.h PxMaterial.h PxSimulationStatistics.h PxPruningStructure.h PxControllerManager.h PxExtended.h PxTriangleMeshDesc.h PxPhysicsSerialization.h PxCollectionExt.h PxDefaultErrorCallback.h PxMassProperties.h GuContactBuffer.h PxGpu.h PxRigidActor.h PxRigidBody.h PxJoint.h PxRigidDynamic.h PxDistanceJoint.h PxFixedJoint.h PxPrismaticJoint.h PxRevoluteJoint.h PxSphericalJoint.h PxD6Joint.h PxContactJoint.h PxArticulation.h PxArticulationReducedCoordinate.h PxControllerBehavior.h PxController.h PxBoxController.h PxCapsuleController.h PxControllerObstacles.h PxBase.h PxCollection.h PxSerializer.h PxPhysicsInsertionCallback.h PxBVHStructure.h PxHeightField.h PxConvexMeshGeometry.h PxConvexMeshDesc.h PxBoxGeometry.h PxSphereGeometry.h PxCapsuleGeometry.h PxPlaneGeometry.h PxTriangleMeshGeometry.h PxHeightFieldGeometry.h PxVehicleComponents.h PxProfileZone.h PxContact.h PxCoreUtilityTypes.h PxMath.h PxVec4.h PxPlane.h PxVec2.h PxVec3.h PxTransform.h PxBounds3.h PxMat44.h GuContactPoint.h PxMat33.h PxQuat.h PxPvdTransport.h PxErrorCallback.h PxClient.h PxHeightFieldFlag.h PxPvdSceneClient.h PxPvd.h

Go to the source code of this file.

Namespaces

 physx
 

Macros

#define __STDC_FORMAT_MACROS
 
#define PX_PRIu64   PRIu64
 
#define PX_MAX_F32   3.4028234663852885981170418348452e+38F
 
#define PX_MAX_F64   DBL_MAX
 
#define PX_EPS_F32   FLT_EPSILON
 
#define PX_EPS_F64   DBL_EPSILON
 
#define PX_MAX_REAL   PX_MAX_F32
 
#define PX_EPS_REAL   PX_EPS_F32
 
#define PX_NORMALIZATION_EPSILON   float(1e-20f)
 
#define PX_MAX_I8   INT8_MAX
 
#define PX_MIN_I8   INT8_MIN
 
#define PX_MAX_U8   UINT8_MAX
 
#define PX_MIN_U8   UINT8_MIN
 
#define PX_MAX_I16   INT16_MAX
 
#define PX_MIN_I16   INT16_MIN
 
#define PX_MAX_U16   UINT16_MAX
 
#define PX_MIN_U16   UINT16_MIN
 
#define PX_MAX_I32   INT32_MAX
 
#define PX_MIN_I32   INT32_MIN
 
#define PX_MAX_U32   UINT32_MAX
 
#define PX_MIN_U32   UINT32_MIN
 

Typedefs

typedef int64_t physx::PxI64
 
typedef uint64_t physx::PxU64
 
typedef int32_t physx::PxI32
 
typedef uint32_t physx::PxU32
 
typedef int16_t physx::PxI16
 
typedef uint16_t physx::PxU16
 
typedef int8_t physx::PxI8
 
typedef uint8_t physx::PxU8
 
typedef float physx::PxF32
 
typedef double physx::PxF64
 
typedef float physx::PxReal