public interface FacetDefinition
ConvexPolygon3D
class, no guarantees are made regarding the geometric validity of the data.
For example, instances may contain vertices that do not lie in the same plane
or have normals that are not unit length or point in an unexpected direction.
This is lack of validation is intentional, since a primary purpose of this
interface is to allow access to raw, possibly invalid, geometric data from input
sources.ConvexPolygon3D
,
FacetDefinitions
Modifier and Type | Method and Description |
---|---|
Vector3D |
getNormal()
Get the normal defined for the facet or null if one has not been explicitly
specified.
|
List<Vector3D> |
getVertices()
Get the facet vertices.
|
List<Vector3D> getVertices()
Vector3D getNormal()
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.