Package org.jzy3d.plot3d.rendering.ordering
package org.jzy3d.plot3d.rendering.ordering
-
ClassDescriptionAn ordering strategy is a
Comparator
forDrawable
s that may compute the priority betweenDrawable
s d1 and d2.TheBarycentreOrderingStrategy
compare twoDrawable
s 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.