Box2D.Collision.Shapes.CircleShape.GetSupport C# (CSharp) Method

GetSupport() public method

Get the supporting vertex index in the given direction.
public GetSupport ( Vec2 d ) : int
d Box2D.Common.Vec2
return int
        public int GetSupport(Vec2 d)
        {
            return 0;
        }