aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Documentation/PhysXAPI/files/PxRigidDynamic_8h-source.html
diff options
context:
space:
mode:
authorsschirm <[email protected]>2016-12-23 14:20:36 +0100
committersschirm <[email protected]>2016-12-23 14:56:17 +0100
commitef6937e69e8ee3f409cf9d460d5ad300a65d5924 (patch)
tree710426e8daa605551ce3f34b581897011101c30f /PhysX_3.4/Documentation/PhysXAPI/files/PxRigidDynamic_8h-source.html
parentInitial commit: (diff)
downloadphysx-3.4-ef6937e69e8ee3f409cf9d460d5ad300a65d5924.tar.xz
physx-3.4-ef6937e69e8ee3f409cf9d460d5ad300a65d5924.zip
PhysX 3.4 / APEX 1.4 release candidate @21506124
Diffstat (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/PxRigidDynamic_8h-source.html')
-rw-r--r--PhysX_3.4/Documentation/PhysXAPI/files/PxRigidDynamic_8h-source.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxRigidDynamic_8h-source.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxRigidDynamic_8h-source.html
index bf512b33..f0e0d725 100644
--- a/PhysX_3.4/Documentation/PhysXAPI/files/PxRigidDynamic_8h-source.html
+++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxRigidDynamic_8h-source.html
@@ -85,7 +85,7 @@
<a name="l00090"></a>00090 <span class="comment">/************************************************************************************************/</span>
<a name="l00118"></a>00118 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setKinematicTarget(<span class="keyword">const</span> <a class="code" href="classPxTransform.html" title="class representing a rigid euclidean transform as a quaternion and a vector">PxTransform</a>&amp; destination) = 0;
<a name="l00119"></a>00119
-<a name="l00128"></a>00128 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> getKinematicTarget(<a class="code" href="classPxTransform.html" title="class representing a rigid euclidean transform as a quaternion and a vector">PxTransform</a>&amp; target) = 0;
+<a name="l00128"></a>00128 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> getKinematicTarget(<a class="code" href="classPxTransform.html" title="class representing a rigid euclidean transform as a quaternion and a vector">PxTransform</a>&amp; target) <span class="keyword">const</span> = 0;
<a name="l00129"></a>00129
<a name="l00130"></a>00130 <span class="comment">/************************************************************************************************/</span>
<a name="l00145"></a>00145 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setLinearDamping(<a class="code" href="namespacephysx.html#727d2d8426e2a21ebbc522fa65c3f97a">PxReal</a> linDamp) = 0;