diff options
Diffstat (limited to 'libraries/ode-0.9/docs/structd_contact_geom.html')
-rw-r--r-- | libraries/ode-0.9/docs/structd_contact_geom.html | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/libraries/ode-0.9/docs/structd_contact_geom.html b/libraries/ode-0.9/docs/structd_contact_geom.html new file mode 100644 index 0000000..9be3fca --- /dev/null +++ b/libraries/ode-0.9/docs/structd_contact_geom.html | |||
@@ -0,0 +1,70 @@ | |||
1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
2 | <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> | ||
3 | <title>Open Dynamics Engine: dContactGeom Struct Reference</title> | ||
4 | <link href="doxygen.css" rel="stylesheet" type="text/css"> | ||
5 | <link href="tabs.css" rel="stylesheet" type="text/css"> | ||
6 | </head><body> | ||
7 | <!-- Generated by Doxygen 1.5.3 --> | ||
8 | <div class="tabs"> | ||
9 | <ul> | ||
10 | <li><a href="index.html"><span>Main Page</span></a></li> | ||
11 | <li><a href="modules.html"><span>Modules</span></a></li> | ||
12 | <li class="current"><a href="annotated.html"><span>Data Structures</span></a></li> | ||
13 | <li><a href="files.html"><span>Files</span></a></li> | ||
14 | </ul> | ||
15 | </div> | ||
16 | <div class="tabs"> | ||
17 | <ul> | ||
18 | <li><a href="annotated.html"><span>Data Structures</span></a></li> | ||
19 | <li><a href="functions.html"><span>Data Fields</span></a></li> | ||
20 | </ul> | ||
21 | </div> | ||
22 | <h1>dContactGeom Struct Reference<br> | ||
23 | <small> | ||
24 | [<a class="el" href="group__collide.html">Collision Detection</a>]</small> | ||
25 | </h1><!-- doxytag: class="dContactGeom" -->Describe the contact point between two geoms. | ||
26 | <a href="#_details">More...</a> | ||
27 | <p> | ||
28 | <code>#include <<a class="el" href="contact_8h-source.html">contact.h</a>></code> | ||
29 | <p> | ||
30 | <table border="0" cellpadding="0" cellspacing="0"> | ||
31 | <tr><td></td></tr> | ||
32 | <tr><td colspan="2"><br><h2>Data Fields</h2></td></tr> | ||
33 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="2fa7323ee3826d1f55c8cad6157e38a5"></a><!-- doxytag: member="dContactGeom::pos" ref="2fa7323ee3826d1f55c8cad6157e38a5" args="" --> | ||
34 | dVector3 </td><td class="memItemRight" valign="bottom"><a class="el" href="structd_contact_geom.html#2fa7323ee3826d1f55c8cad6157e38a5">pos</a></td></tr> | ||
35 | |||
36 | <tr><td class="mdescLeft"> </td><td class="mdescRight">contact position <br></td></tr> | ||
37 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7665d3379904821bbdb7b7d1028fcda3"></a><!-- doxytag: member="dContactGeom::normal" ref="7665d3379904821bbdb7b7d1028fcda3" args="" --> | ||
38 | dVector3 </td><td class="memItemRight" valign="bottom"><a class="el" href="structd_contact_geom.html#7665d3379904821bbdb7b7d1028fcda3">normal</a></td></tr> | ||
39 | |||
40 | <tr><td class="mdescLeft"> </td><td class="mdescRight">normal vector <br></td></tr> | ||
41 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="29c32c1cb4355186d4110b7abeb58bf0"></a><!-- doxytag: member="dContactGeom::depth" ref="29c32c1cb4355186d4110b7abeb58bf0" args="" --> | ||
42 | dReal </td><td class="memItemRight" valign="bottom"><a class="el" href="structd_contact_geom.html#29c32c1cb4355186d4110b7abeb58bf0">depth</a></td></tr> | ||
43 | |||
44 | <tr><td class="mdescLeft"> </td><td class="mdescRight">penetration depth <br></td></tr> | ||
45 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6049a3a67dba58f65a6ce15a4d9b4cfd"></a><!-- doxytag: member="dContactGeom::g1" ref="6049a3a67dba58f65a6ce15a4d9b4cfd" args="" --> | ||
46 | dGeomID </td><td class="memItemRight" valign="bottom"><b>g1</b></td></tr> | ||
47 | |||
48 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7dd16e7bbc0c5b5e17116c1e5179281b"></a><!-- doxytag: member="dContactGeom::g2" ref="7dd16e7bbc0c5b5e17116c1e5179281b" args="" --> | ||
49 | dGeomID </td><td class="memItemRight" valign="bottom"><a class="el" href="structd_contact_geom.html#7dd16e7bbc0c5b5e17116c1e5179281b">g2</a></td></tr> | ||
50 | |||
51 | <tr><td class="mdescLeft"> </td><td class="mdescRight">the colliding geoms <br></td></tr> | ||
52 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="10bb8b02cd842d19240e3b643469fb33"></a><!-- doxytag: member="dContactGeom::side1" ref="10bb8b02cd842d19240e3b643469fb33" args="" --> | ||
53 | int </td><td class="memItemRight" valign="bottom"><b>side1</b></td></tr> | ||
54 | |||
55 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7a8a080b98c12e0d1f52c86d2738552e"></a><!-- doxytag: member="dContactGeom::side2" ref="7a8a080b98c12e0d1f52c86d2738552e" args="" --> | ||
56 | int </td><td class="memItemRight" valign="bottom"><a class="el" href="structd_contact_geom.html#7a8a080b98c12e0d1f52c86d2738552e">side2</a></td></tr> | ||
57 | |||
58 | <tr><td class="mdescLeft"> </td><td class="mdescRight">(to be documented) <br></td></tr> | ||
59 | </table> | ||
60 | <hr><a name="_details"></a><h2>Detailed Description</h2> | ||
61 | Describe the contact point between two geoms. | ||
62 | <p> | ||
63 | If two bodies touch, or if a body touches a static feature in its environment, the contact is represented by one or more "contact points", described by <a class="el" href="structd_contact_geom.html" title="Describe the contact point between two geoms.">dContactGeom</a>.<p> | ||
64 | The convention is that if body 1 is moved along the normal vector by a distance depth (or equivalently if body 2 is moved the same distance in the opposite direction) then the contact depth will be reduced to zero. This means that the normal vector points "in" to body 1. <hr>The documentation for this struct was generated from the following file:<ul> | ||
65 | <li><a class="el" href="contact_8h-source.html">contact.h</a></ul> | ||
66 | <hr size="1"><address style="text-align: right;"><small>Generated on Fri Oct 12 08:36:52 2007 for Open Dynamics Engine by | ||
67 | <a href="http://www.doxygen.org/index.html"> | ||
68 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address> | ||
69 | </body> | ||
70 | </html> | ||