org.osm2world.core.target.common
protected static final class FaceTarget.Face extends Object
Modifier and Type | Field and Description |
---|---|
VectorXYZ |
normal |
List<List<VectorXZ>> |
texCoordLists |
List<VectorXYZ> |
vs |
Constructor and Description |
---|
FaceTarget.Face(List<VectorXYZ> vs,
List<List<VectorXZ>> texCoordLists,
VectorXYZ normal) |
Modifier and Type | Method and Description |
---|---|
void |
removeDuplicateEdges() |
String |
toString() |
boolean |
tryInsert(FaceTarget.IsolatedTriangle t) |
public final List<VectorXYZ> vs
public final List<List<VectorXZ>> texCoordLists
public final VectorXYZ normal
public boolean tryInsert(FaceTarget.IsolatedTriangle t)
public void removeDuplicateEdges()
public String toString()
toString
in class Object