Mallet Engine  2
Entity-Component based game engine, written in Java.
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes
com.linxonline.mallet.renderer.Shape Class Reference
Collaboration diagram for com.linxonline.mallet.renderer.Shape:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Shape ()
void addIndex (final int _index)
void addPoint (final Vector2 _point)

Public Attributes

final ArrayList< Integer > indicies = new ArrayList<Integer>()
final ArrayList< Vector2points = new ArrayList<Vector2>()

Constructor & Destructor Documentation


Member Function Documentation


Member Data Documentation

final ArrayList<Integer> com.linxonline.mallet.renderer.Shape.indicies = new ArrayList<Integer>()
final ArrayList<Vector2> com.linxonline.mallet.renderer.Shape.points = new ArrayList<Vector2>()

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables