diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-11-20 11:35:52 -0600 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-11-20 11:35:52 -0600 |
| commit | 3cc1861221d761b7f0301b9b61de4e1aa18c09f4 (patch) | |
| tree | a51eb808016e1710a4bbd537000a493250602944 /PhysX_3.4/Documentation/PhysXAPI/files/classPxConstraintVisualizer.html | |
| parent | PhysX 3.4.1, APEX 1.4.1 Release @22845541 (diff) | |
| download | physx-3.4-3cc1861221d761b7f0301b9b61de4e1aa18c09f4.tar.xz physx-3.4-3cc1861221d761b7f0301b9b61de4e1aa18c09f4.zip | |
PhysX 3.4.1, APEX 1.4.1 Release @23131702
Diffstat (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/classPxConstraintVisualizer.html')
| -rw-r--r-- | PhysX_3.4/Documentation/PhysXAPI/files/classPxConstraintVisualizer.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxConstraintVisualizer.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxConstraintVisualizer.html index 1e6f7ea2..0ed7bbdd 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/classPxConstraintVisualizer.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxConstraintVisualizer.html @@ -39,6 +39,8 @@ <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxConstraintVisualizer.html#ebac3373457064a9510efe5a6ca874ca">visualizeDoubleCone</a> (const <a class="el" href="classPxTransform.html">PxTransform</a> &t, PxReal angle, bool active)=0</td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxConstraintVisualizer.html#63a59547a58cb1e606b9b9131b5e235f">visualizeLine</a> (const <a class="el" href="classPxVec3.html">PxVec3</a> &p0, const <a class="el" href="classPxVec3.html">PxVec3</a> &p1, <a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> color)=0</td></tr> + <tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxConstraintVisualizer.html#575b179f6376a302feeee663e5e74ee0">~PxConstraintVisualizer</a> ()</td></tr> @@ -211,6 +213,41 @@ API used to visualize details about a constraint. <hr><h2>Constructor & Dest </div> </div><p> +<a class="anchor" name="63a59547a58cb1e606b9b9131b5e235f"></a><!-- doxytag: member="PxConstraintVisualizer::visualizeLine" ref="63a59547a58cb1e606b9b9131b5e235f" args="(const PxVec3 &p0, const PxVec3 &p1, PxU32 color)=0" --> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">virtual void PxConstraintVisualizer::visualizeLine </td> + <td>(</td> + <td class="paramtype">const <a class="el" href="classPxVec3.html">PxVec3</a> & </td> + <td class="paramname"> <em>p0</em>, </td> + </tr> + <tr> + <td class="paramkey"></td> + <td></td> + <td class="paramtype">const <a class="el" href="classPxVec3.html">PxVec3</a> & </td> + <td class="paramname"> <em>p1</em>, </td> + </tr> + <tr> + <td class="paramkey"></td> + <td></td> + <td class="paramtype"><a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> </td> + <td class="paramname"> <em>color</em></td><td> </td> + </tr> + <tr> + <td></td> + <td>)</td> + <td></td><td></td><td><code> [pure virtual]</code></td> + </tr> + </table> +</div> +<div class="memdoc"> + +<p> + +</div> +</div><p> <a class="anchor" name="d68fdf5a3f8b69f8a81dff999317cf55"></a><!-- doxytag: member="PxConstraintVisualizer::visualizeLinearLimit" ref="d68fdf5a3f8b69f8a81dff999317cf55" args="(const PxTransform &t0, const PxTransform &t1, PxReal value, bool active)=0" --> <div class="memitem"> <div class="memproto"> |