Package org.jzy3d.plot3d.rendering.ordering
package org.jzy3d.plot3d.rendering.ordering
-
ClassesClassDescriptionAn ordering strategy is a
ComparatorforDrawables that may compute the priority betweenDrawables d1 and d2.TheBarycentreOrderingStrategycompare twoDrawables by computing their respective distances to theCamera, which must be referenced prior to any comparison.The default ordering strategy let drawables be displayed in their original order and as thus no computation cost.