Class Triangle
- java.lang.Object
-
- org.noise_planet.noisemodelling.pathfinder.delaunay.Triangle
-
public class Triangle extends Object
A triangle built from the combination of the 3 vertices index.- Author:
- Nicolas Fortin
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTriangle.TriangleBuilder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intget(int id)intgetA()intgetAttribute()intgetB()intgetC()voidset(int id, int index)voidsetA(int a)voidsetB(int b)voidsetC(int c)
-