public interface FaceSorter
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Face> |
sort(java.util.List<Face> faces,
Point3D[] eyePts)
Returns a list of faces in the order that they should be painted.
|
java.util.List<Face> sort(java.util.List<Face> faces, Point3D[] eyePts)
faces - the faces before sorting (null not permitted).eyePts - the points in 3D space relative to the viewing position.faces argument).