Struct ContactPoint
A contact point in a manifold. All contacts share the same normal.
Inherited Members
Namespace: Unity.Physics
Syntax
public struct ContactPoint
Fields
Distance
Separating distance along the manifold normal.
Declaration
public float Distance
Field Value
Type | Description |
---|---|
Single |
Position
World space position on object B.
Declaration
public float3 Position
Field Value
Type | Description |
---|---|
float3 |