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] --- .../files/classPxVehicleDriveSimData4W.html | 327 +++++++++++++++++++++ 1 file changed, 327 insertions(+) create mode 100644 PhysX_3.4/Documentation/PhysXAPI/files/classPxVehicleDriveSimData4W.html (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/classPxVehicleDriveSimData4W.html') diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxVehicleDriveSimData4W.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxVehicleDriveSimData4W.html new file mode 100644 index 00000000..1f8fcf2f --- /dev/null +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxVehicleDriveSimData4W.html @@ -0,0 +1,327 @@ + + + NVIDIA(R) PhysX(R) SDK 3.4 API Reference: PxVehicleDriveSimData4W Class Reference + + + + + + + +
+

PxVehicleDriveSimData4W Class Reference
+ +[Vehicle] +

Data structure describing the drive model components of a vehicle with up to 4 driven wheels and up to 16 un-driven wheels. The drive model incorporates engine, clutch, gears, autobox, differential, and Ackermann steer correction. +More... +

+#include <PxVehicleDrive4W.h> +

+

+Inheritance diagram for PxVehicleDriveSimData4W:
+
+

Inheritance graph
+ +PxVehicleDriveSimData +
[legend]
+
+Collaboration diagram for PxVehicleDriveSimData4W:
+
+

Collaboration graph
+ +PxVehicleDriveSimDataPxVehicleGearsDataPxVehicleClutchDataPxVehicleEngineDataPxFixedSizeLookupTable\< eMAX_NB_ENGINE_TORQUE_CURVE_ENTRIES \>PxVehicleAutoBoxDataPxVehicleDifferential4WDataPxVehicleAckermannGeometryData +
[legend]
+ +

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

Public Member Functions

 PxVehicleDriveSimData4W ()
PX_FORCE_INLINE const
+PxVehicleDifferential4WData
getDiffData () const
 Return the data describing the differential.
PX_FORCE_INLINE const
+PxVehicleAckermannGeometryData
getAckermannGeometryData () const
 Return the data describing the Ackermann steer-correction.
void setDiffData (const PxVehicleDifferential4WData &diff)
 Set the data describing the differential.
void setAckermannGeometryData (const PxVehicleAckermannGeometryData &ackermannData)
 Set the data describing the Ackermann steer-correction.
 PxVehicleDriveSimData4W (const PxEMPTY)

Static Public Member Functions

static void getBinaryMetaData (PxOutputStream &stream)

Private Member Functions

bool isValid () const
 Test if the 4W-drive simulation data has been setup with legal data.

Private Attributes

PxVehicleDifferential4WData mDiff
 Differential simulation data.
PxVehicleAckermannGeometryData mAckermannGeometry
 Data for ackermann steer angle computation.

Friends

class PxVehicleDrive4W
+


Detailed Description

+Data structure describing the drive model components of a vehicle with up to 4 driven wheels and up to 16 un-driven wheels. The drive model incorporates engine, clutch, gears, autobox, differential, and Ackermann steer correction. +

+

See also:
PxVehicleDriveSimData
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
PxVehicleDriveSimData4W::PxVehicleDriveSimData4W (  )  [inline]
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + +
PxVehicleDriveSimData4W::PxVehicleDriveSimData4W (const   PxEMPTY  )  [inline]
+
+
+ +

+ +

+

+


Member Function Documentation

+ +
+
+ + + + + + + + +
PX_FORCE_INLINE const PxVehicleAckermannGeometryData& PxVehicleDriveSimData4W::getAckermannGeometryData (  )  const [inline]
+
+
+ +

+Return the data describing the Ackermann steer-correction. +

+

See also:
PxVehicleAckermannGeometryData
+ +
+

+ +

+
+ + + + + + + + + +
static void PxVehicleDriveSimData4W::getBinaryMetaData (PxOutputStream stream  )  [static]
+
+
+ +

+ +

Reimplemented from PxVehicleDriveSimData.

+ +
+

+ +

+
+ + + + + + + + +
PX_FORCE_INLINE const PxVehicleDifferential4WData& PxVehicleDriveSimData4W::getDiffData (  )  const [inline]
+
+
+ +

+Return the data describing the differential. +

+

See also:
PxVehicleDifferential4WData
+ +
+

+ +

+
+ + + + + + + + +
bool PxVehicleDriveSimData4W::isValid (  )  const [private]
+
+
+ +

+Test if the 4W-drive simulation data has been setup with legal data. +

+

Note:
Call only after setting all components.
+
See also:
setEnginedata, setClutchData, setGearsData, setAutoboxData, setDiffData, setAckermannGeometryData
+ +

Reimplemented from PxVehicleDriveSimData.

+ +
+

+ +

+
+ + + + + + + + + +
void PxVehicleDriveSimData4W::setAckermannGeometryData (const PxVehicleAckermannGeometryData ackermannData  ) 
+
+
+ +

+Set the data describing the Ackermann steer-correction. +

+

See also:
PxVehicleAckermannGeometryData
+ +
+

+ +

+
+ + + + + + + + + +
void PxVehicleDriveSimData4W::setDiffData (const PxVehicleDifferential4WData diff  ) 
+
+
+ +

+Set the data describing the differential. +

+

See also:
PxVehicleDifferential4WData
+ +
+

+


Friends And Related Function Documentation

+ +
+
+ + + + +
friend class PxVehicleDrive4W [friend]
+
+
+ +

+ +

+

+


Member Data Documentation

+ +
+ +
+ +

+Data for ackermann steer angle computation. +

+

See also:
setAckermannGeometryData, getAckermannGeometryData
+ +
+

+ +

+ +
+ +

+Differential simulation data. +

+

See also:
setDiffData, getDiffData
+ +
+

+


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