Distance result from shape distance queries.
Property | Description |
---|---|
distance | The distance between the points, zero if overlapped. |
iterations | The number of iterations used in the calculation. |
normal | A Normal vector that points from A to B. This is invalid if the distance is zero. |
pointA | Closest point on shape A. |
pointB | Closest point on shape B. |