Documentation of 'org.jzy3d.plot3d.rendering.ordering.BarycentreOrderingStrategy' Java class
BarycentreOrderingStrategy
org.jzy3d.plot3d.rendering.ordering

Class BarycentreOrderingStrategy

    • Constructor Detail

      • BarycentreOrderingStrategy

        public BarycentreOrderingStrategy()
      • BarycentreOrderingStrategy

        public BarycentreOrderingStrategy(View view)
    • Method Detail

      • compare

        public int compare(AbstractDrawable d1,
                           AbstractDrawable d2)
        Operation must be: symetric: compare(a,b)=-compare(b,a) transitive: ((compare(x, y)>0) && (compare(y, z)>0)) implies compare(x, z)>0 true if all Drawables and the Camera don't change position! consistency?: compare(x, y)==0 implies that sgn(compare(x, z))==sgn(compare(y, z))

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.