synergynetframework.appsystem.contentsystem.items.implementation.interfaces.shapes
Class TwoDShapeGeometry.TriangleIndexes

java.lang.Object
  extended by synergynetframework.appsystem.contentsystem.items.implementation.interfaces.shapes.TwoDShapeGeometry.TriangleIndexes
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TwoDShapeGeometry

public class TwoDShapeGeometry.TriangleIndexes
extends java.lang.Object
implements java.io.Serializable

The Class TriangleIndexes.

See Also:
Serialized Form

Field Summary
 int i
          The i.
 int j
          The j.
 int k
          The k.
 
Constructor Summary
TwoDShapeGeometry.TriangleIndexes(int i, int j, int k)
          Instantiates a new triangle indexes.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

i

public int i
The i.


j

public int j
The j.


k

public int k
The k.

Constructor Detail

TwoDShapeGeometry.TriangleIndexes

public TwoDShapeGeometry.TriangleIndexes(int i,
                                         int j,
                                         int k)
Instantiates a new triangle indexes.

Parameters:
i - the i
j - the j
k - the k