public static class VoronoiSimplexSolver.SubSimplexClosestResult extends Object
| Modifier and Type | Field and Description |
|---|---|
float[] |
barycentricCoords |
Vector3f |
closestPointOnSimplex |
boolean |
degenerate |
VoronoiSimplexSolver.UsageBitfield |
usedVertices |
| Constructor and Description |
|---|
VoronoiSimplexSolver.SubSimplexClosestResult() |
public final Vector3f closestPointOnSimplex
public final VoronoiSimplexSolver.UsageBitfield usedVertices
public final float[] barycentricCoords
public boolean degenerate