Pathfinding.GraphUpdateScene.RecalcConvex C# (CSharp) Method

RecalcConvex() public method

public RecalcConvex ( ) : void
return void
		public void RecalcConvex () {
			if (convex) convexPoints = Polygon.ConvexHull (points); else convexPoints = null;
		}