aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Include/vehicle
diff options
context:
space:
mode:
authorsschirm <[email protected]>2017-01-06 14:45:46 +0100
committersschirm <[email protected]>2017-01-06 14:45:46 +0100
commitc7a921796332e8fcd51f3e05c1a318a41282e1e2 (patch)
tree770db0c76e954045fe5178a36a7519b26df6942a /PhysX_3.4/Include/vehicle
parentPhysX 3.4, APEX 1.4 release candidate update: @21511067-21511214 (diff)
downloadphysx-3.4-c7a921796332e8fcd51f3e05c1a318a41282e1e2.tar.xz
physx-3.4-c7a921796332e8fcd51f3e05c1a318a41282e1e2.zip
PhysX 3.4, APEX 1.4 release candidate update: @21542069
Diffstat (limited to 'PhysX_3.4/Include/vehicle')
-rw-r--r--PhysX_3.4/Include/vehicle/PxVehicleComponents.h6
-rw-r--r--PhysX_3.4/Include/vehicle/PxVehicleDrive.h2
-rw-r--r--PhysX_3.4/Include/vehicle/PxVehicleDrive4W.h2
-rw-r--r--PhysX_3.4/Include/vehicle/PxVehicleDriveNW.h2
-rw-r--r--PhysX_3.4/Include/vehicle/PxVehicleDriveTank.h2
-rw-r--r--PhysX_3.4/Include/vehicle/PxVehicleNoDrive.h2
-rw-r--r--PhysX_3.4/Include/vehicle/PxVehicleSDK.h2
-rw-r--r--PhysX_3.4/Include/vehicle/PxVehicleShaders.h2
-rw-r--r--PhysX_3.4/Include/vehicle/PxVehicleTireFriction.h2
-rw-r--r--PhysX_3.4/Include/vehicle/PxVehicleUpdate.h2
-rw-r--r--PhysX_3.4/Include/vehicle/PxVehicleUtil.h2
-rw-r--r--PhysX_3.4/Include/vehicle/PxVehicleUtilControl.h2
-rw-r--r--PhysX_3.4/Include/vehicle/PxVehicleUtilSetup.h2
-rw-r--r--PhysX_3.4/Include/vehicle/PxVehicleUtilTelemetry.h2
-rw-r--r--PhysX_3.4/Include/vehicle/PxVehicleWheels.h2
15 files changed, 17 insertions, 17 deletions
diff --git a/PhysX_3.4/Include/vehicle/PxVehicleComponents.h b/PhysX_3.4/Include/vehicle/PxVehicleComponents.h
index 4c13f4eb..009a1e8e 100644
--- a/PhysX_3.4/Include/vehicle/PxVehicleComponents.h
+++ b/PhysX_3.4/Include/vehicle/PxVehicleComponents.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
@@ -325,7 +325,7 @@ public:
\note Specified in seconds (s).
- <b>Range:</b> [0, MAX_NB_GEAR_RATIOS)<br>
+ <b>Range:</b> [0, PX_MAX_F32)<br>
*/
PxReal mSwitchTime;
@@ -690,7 +690,7 @@ public:
\note Specified in kilograms metres-squared per second (kg m^2 s^-1)
- <b>Range:</b> (0,MAX_NB_GEAR_RATIOS)<br>
+ <b>Range:</b> [0,PX_MAX_F32)<br>
*/
PxReal mStrength;
diff --git a/PhysX_3.4/Include/vehicle/PxVehicleDrive.h b/PhysX_3.4/Include/vehicle/PxVehicleDrive.h
index b77c8528..ab0b9727 100644
--- a/PhysX_3.4/Include/vehicle/PxVehicleDrive.h
+++ b/PhysX_3.4/Include/vehicle/PxVehicleDrive.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Include/vehicle/PxVehicleDrive4W.h b/PhysX_3.4/Include/vehicle/PxVehicleDrive4W.h
index 126a8356..9c338ff9 100644
--- a/PhysX_3.4/Include/vehicle/PxVehicleDrive4W.h
+++ b/PhysX_3.4/Include/vehicle/PxVehicleDrive4W.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Include/vehicle/PxVehicleDriveNW.h b/PhysX_3.4/Include/vehicle/PxVehicleDriveNW.h
index ae9ed8ce..3e06aac0 100644
--- a/PhysX_3.4/Include/vehicle/PxVehicleDriveNW.h
+++ b/PhysX_3.4/Include/vehicle/PxVehicleDriveNW.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Include/vehicle/PxVehicleDriveTank.h b/PhysX_3.4/Include/vehicle/PxVehicleDriveTank.h
index 33d745e7..5cd49875 100644
--- a/PhysX_3.4/Include/vehicle/PxVehicleDriveTank.h
+++ b/PhysX_3.4/Include/vehicle/PxVehicleDriveTank.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Include/vehicle/PxVehicleNoDrive.h b/PhysX_3.4/Include/vehicle/PxVehicleNoDrive.h
index 7f19f047..07df9199 100644
--- a/PhysX_3.4/Include/vehicle/PxVehicleNoDrive.h
+++ b/PhysX_3.4/Include/vehicle/PxVehicleNoDrive.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Include/vehicle/PxVehicleSDK.h b/PhysX_3.4/Include/vehicle/PxVehicleSDK.h
index 9ed54deb..2db05d44 100644
--- a/PhysX_3.4/Include/vehicle/PxVehicleSDK.h
+++ b/PhysX_3.4/Include/vehicle/PxVehicleSDK.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Include/vehicle/PxVehicleShaders.h b/PhysX_3.4/Include/vehicle/PxVehicleShaders.h
index fd8f301e..f34fa8e4 100644
--- a/PhysX_3.4/Include/vehicle/PxVehicleShaders.h
+++ b/PhysX_3.4/Include/vehicle/PxVehicleShaders.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Include/vehicle/PxVehicleTireFriction.h b/PhysX_3.4/Include/vehicle/PxVehicleTireFriction.h
index 11ff3fd9..82d25918 100644
--- a/PhysX_3.4/Include/vehicle/PxVehicleTireFriction.h
+++ b/PhysX_3.4/Include/vehicle/PxVehicleTireFriction.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Include/vehicle/PxVehicleUpdate.h b/PhysX_3.4/Include/vehicle/PxVehicleUpdate.h
index 8b97c0db..0ebe4e0a 100644
--- a/PhysX_3.4/Include/vehicle/PxVehicleUpdate.h
+++ b/PhysX_3.4/Include/vehicle/PxVehicleUpdate.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Include/vehicle/PxVehicleUtil.h b/PhysX_3.4/Include/vehicle/PxVehicleUtil.h
index 05c5ec9a..34c28f0c 100644
--- a/PhysX_3.4/Include/vehicle/PxVehicleUtil.h
+++ b/PhysX_3.4/Include/vehicle/PxVehicleUtil.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Include/vehicle/PxVehicleUtilControl.h b/PhysX_3.4/Include/vehicle/PxVehicleUtilControl.h
index 0676f676..ec1c17d6 100644
--- a/PhysX_3.4/Include/vehicle/PxVehicleUtilControl.h
+++ b/PhysX_3.4/Include/vehicle/PxVehicleUtilControl.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Include/vehicle/PxVehicleUtilSetup.h b/PhysX_3.4/Include/vehicle/PxVehicleUtilSetup.h
index 6a980034..224c18e9 100644
--- a/PhysX_3.4/Include/vehicle/PxVehicleUtilSetup.h
+++ b/PhysX_3.4/Include/vehicle/PxVehicleUtilSetup.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Include/vehicle/PxVehicleUtilTelemetry.h b/PhysX_3.4/Include/vehicle/PxVehicleUtilTelemetry.h
index 4ba71823..945bd75e 100644
--- a/PhysX_3.4/Include/vehicle/PxVehicleUtilTelemetry.h
+++ b/PhysX_3.4/Include/vehicle/PxVehicleUtilTelemetry.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Include/vehicle/PxVehicleWheels.h b/PhysX_3.4/Include/vehicle/PxVehicleWheels.h
index 69f73912..3758032e 100644
--- a/PhysX_3.4/Include/vehicle/PxVehicleWheels.h
+++ b/PhysX_3.4/Include/vehicle/PxVehicleWheels.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.