#include <McdFrame.h>
Public Attributes | |
| McdReal | position [3] |
| position, in world coordinates, of the point of contact. | |
| McdReal | normal [3] |
| surface normal at the contact position. More... | |
| McdReal | separation |
| separation between objects. More... | |
| McdReal | curvature1 |
local curvature of
| |
| McdReal | curvature2 |
local curvature of
| |
| short | dims |
| dimensional characterisation of the contact. More... | |
| void* | auxPtr |
| auxiliary data. More... | |
| int | auxTag |
| an auxiliary integer field. More... | |
Typically, a number of McdContact structs are associated with a given McdModelPair. Some of the information in the McdContact struct depends on the order of the
|
auxiliary data.
Used by some intersection functions. This API element is subject to change
|
an auxiliary integer field.
Used by some intersection functions. This API element is subject to change
|
dimensional characterisation of the contact.
Possible values are 0, 1 and 2, corresponding to point, line and surface, respectively
|
surface normal at the contact position.
Sign chosen so as to point from
|
separation between objects.
Negative if there is penetration
Copyright MathEngine PLC 2000, all rights reserved.