Package org.jzy3d.plot3d.rendering.ordering
-
Class Summary Class Description AbstractOrderingStrategy An ordering strategy is aComparatorforDrawables that may compute the priority betweenDrawables d1 and d2.BarycentreOrderingStrategy TheBarycentreOrderingStrategycompare twoDrawables by computing their respective distances to theCamera, which must be referenced prior to any comparison.DefaultOrderingStrategy The default ordering strategy let drawables be displayed in their original order and as thus no computation cost.PointOrderingStrategy