From 3dfe2108cfab31ba3ee5527e217d0d8e99a51162 Mon Sep 17 00:00:00 2001 From: git perforce import user Date: Tue, 25 Oct 2016 12:29:14 -0600 Subject: Initial commit: PhysX 3.4.0 Update @ 21294896 APEX 1.4.0 Update @ 21275617 [CL 21300167] --- .../PhysXAPI/files/classPxBoxControllerDesc.html | 169 +++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 PhysX_3.4/Documentation/PhysXAPI/files/classPxBoxControllerDesc.html (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/classPxBoxControllerDesc.html') diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxBoxControllerDesc.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxBoxControllerDesc.html new file mode 100644 index 00000000..838305b7 --- /dev/null +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxBoxControllerDesc.html @@ -0,0 +1,169 @@ + + + NVIDIA(R) PhysX(R) SDK 3.4 API Reference: PxBoxControllerDesc Class Reference + + + + + + + +
+

PxBoxControllerDesc Class Reference
+ +[Character] +

Descriptor for a box character controller. +More... +

+#include <PxBoxController.h> +

+

+Inheritance diagram for PxBoxControllerDesc:
+
+

Inheritance graph
+ +PxControllerDesc +
[legend]
+
+Collaboration diagram for PxBoxControllerDesc:
+
+

Collaboration graph
+ +PxControllerDescPxExtendedVec3PxMaterialPxBasePxFlags\< PxBaseFlag::Enum, PxU16 \>PxControllerBehaviorCallbackPxVec3PxUserControllerHitReport +
[legend]
+ +

+List of all members. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Member Functions

PX_INLINE PxBoxControllerDesc ()
 constructor sets to default.
virtual PX_INLINE ~PxBoxControllerDesc ()
PX_INLINE PxBoxControllerDesc (const PxBoxControllerDesc &)
 copy constructor.
PX_INLINE PxBoxControllerDescoperator= (const PxBoxControllerDesc &)
 assignment operator.
virtual PX_INLINE void setToDefault ()
 (re)sets the structure to the default.
virtual PX_INLINE bool isValid () const
 returns true if the current settings are valid

Public Attributes

PxF32 halfHeight
 Half height.
PxF32 halfSideExtent
 Half side extent.
PxF32 halfForwardExtent
 Half forward extent.

Protected Member Functions

PX_INLINE void copy (const PxBoxControllerDesc &)
+


Detailed Description

+Descriptor for a box character controller. +

+

See also:
PxBoxController PxControllerDesc
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
virtual PX_INLINE PxBoxControllerDesc::~PxBoxControllerDesc (  )  [inline, virtual]
+
+
+ +

+ +

+

+


Member Data Documentation

+ +
+ +
+ +

+Half forward extent. +

+Default: 0.5 +

Referenced by copy(), and isValid().

+ +
+

+ +

+ +
+ +

+Half height. +

+Default: 1.0 +

Referenced by copy(), and isValid().

+ +
+

+ +

+ +
+ +

+Half side extent. +

+Default: 0.5 +

Referenced by copy(), and isValid().

+ +
+

+


The documentation for this class was generated from the following file: +
+ +

+Copyright © 2008-2016 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com + + -- cgit v1.2.3