HughPH.Box2D
Organised dotnet bindings for Box2D 3.1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
Box2D.DistanceOutput Struct Reference

Output for ShapeDistance. More...

Public Attributes

readonly Vec2 PointA
 Closest point on shape A.
 
readonly Vec2 PointB
 Closest point on shape B.
 
readonly Vec2 Normal
 Normal vector that points from A to B.
 
readonly float Distance
 The final distance, zero if overlapped.
 
readonly int Iterations
 Number of GJK iterations used.
 
readonly int SimplexCount
 The number of simplexes stored in the simplex array.
 

Detailed Description

Output for ShapeDistance.


The documentation for this struct was generated from the following file: