public class

VertexUtils

extends Object
java.lang.Object
   ↳ org.andengine.opengl.util.VertexUtils

Class Overview

(c) Zynga 2012

Summary

Public Constructors
VertexUtils()
Public Methods
static float getVertex(float[] pVertices, int pVertexOffset, int pVertexStride, int pVertexIndex)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public VertexUtils ()

Public Methods

public static float getVertex (float[] pVertices, int pVertexOffset, int pVertexStride, int pVertexIndex)

Returns
  • the value of the pVertexOffset-th attribute of the pVertexIndex-th vertex.