public class

HullUtils

extends Object
java.lang.Object
   ↳ org.andengine.util.algorithm.hull.HullUtils

Class Overview

(c) Zynga 2012

Summary

Public Constructors
HullUtils()
Public Methods
static int indexOfLowestVertex(float[] pVertices, int pVertexCount, int pVertexOffsetY, int pVertexStride)
static void swap(float[] pVertices, int pVertexStride, int pVertexIndexA, int pVertexIndexB)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public HullUtils ()

Public Methods

public static int indexOfLowestVertex (float[] pVertices, int pVertexCount, int pVertexOffsetY, int pVertexStride)

public static void swap (float[] pVertices, int pVertexStride, int pVertexIndexA, int pVertexIndexB)