C# Класс FarseerPhysics.Common.ConvexHull.GiftWrap

Giftwrap convex hull algorithm. O(nh) time complexity, where n is the number of points and h is the number of points on the convex hull. See http://en.wikipedia.org/wiki/Gift_wrapping_algorithm for more details.
Показать файл Открыть проект

Открытые методы

Метод Описание
getConvexHull ( Vertices vertices ) : Vertices

Returns the convex hull from the given vertices.

Описание методов

getConvexHull() публичный статический Метод

Returns the convex hull from the given vertices.
public static getConvexHull ( Vertices vertices ) : Vertices
vertices Vertices The vertices.
Результат Vertices