org.osm2world.core.math
public class TriangleXYZWithNormals extends TriangleXYZ
Modifier and Type | Field and Description |
---|---|
VectorXYZ |
n1 |
VectorXYZ |
n2 |
VectorXYZ |
n3 |
v1, v2, v3
Constructor and Description |
---|
TriangleXYZWithNormals(TriangleXYZ t,
VectorXYZ n1,
VectorXYZ n2,
VectorXYZ n3) |
TriangleXYZWithNormals(VectorXYZ v1,
VectorXYZ v2,
VectorXYZ v3,
VectorXYZ n1,
VectorXYZ n2,
VectorXYZ n3) |
Modifier and Type | Method and Description |
---|---|
List<VectorXYZ> |
getNormals() |
getArea, getCenter, getNormal, getVertices, getYAt, isDegenerate, toString
public TriangleXYZWithNormals(TriangleXYZ t, VectorXYZ n1, VectorXYZ n2, VectorXYZ n3)
public List<VectorXYZ> getNormals()