public class ISurfaceMesh
extends java.lang.Object
ISurfaceGraphicFillGL,
ISubsurfaceMesh| Modifier and Type | Class and Description |
|---|---|
static class |
ISurfaceMesh.SubsurfaceIndex |
static class |
ISurfaceMesh.SubsurfaceIndexGroup |
| Constructor and Description |
|---|
ISurfaceMesh() |
| Modifier and Type | Method and Description |
|---|---|
static IVec2 |
getCenter(IVec2[] triangle) |
static IVec2[][] |
getTriangles(IVec2[][] surfPts,
IVec2[][] outerLoops,
IVec2[][] innerLoops) |
static IVec2[][] |
getTriangles(IVec2[] surfPts,
IVec2[][] outerLoops,
IVec2[][] innerLoops) |
static IVec2[] |
insertPoint(IVec2[] pts,
int i,
IVec2 pt) |