Details regarding a shape intersection. It does not carry information about the intersection happening or not. More...
Public Attributes | |
Vector3 | Normal |
Vector that described the plane of smallest penetration between the shapes. More... | |
float | Penetration |
Penetration along the normal plane. More... | |
Vector3 | Point |
Contact point. More... | |
Details regarding a shape intersection. It does not carry information about the intersection happening or not.
Vector3 Normal |
Vector that described the plane of smallest penetration between the shapes.
float Penetration |
Penetration along the normal plane.
Vector3 Point |
Contact point.