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

GetSupportVertex() public method

Get the supporting vertex in the given direction.
public GetSupportVertex ( Vec2 d ) : Vec2
d Box2D.Common.Vec2
return Box2D.Common.Vec2
        public Vec2 GetSupportVertex(Vec2 d)
        {
            return P;
        }