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 class
Triangle.TriangleBuilder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
get(int id)
int
getA()
int
getAttribute()
int
getB()
int
getC()
void
set(int id, int index)
void
setA(int a)
void
setB(int b)
void
setC(int c)
-