java.lang.Object
gov.nih.mipav.view.renderer.WildMagic.Poisson.MarchingCubes.Square

public class Square extends Object
  • Field Details

  • Constructor Details

    • Square

      public Square()
  • Method Details

    • CornerIndex

      public static int CornerIndex(int x, int y)
    • FactorCornerIndex

      public static void FactorCornerIndex(int idx, int[] x, int[] y)
    • EdgeIndex

      public static int EdgeIndex(int orientation, int i)
    • FactorEdgeIndex

      public static void FactorEdgeIndex(int idx, int[] orientation, int[] i)
    • EdgeCorners

      public static void EdgeCorners(int idx, int[] c1, int[] c2)
    • ReflectEdgeIndex

      public static int ReflectEdgeIndex(int idx, int edgeIndex)
    • ReflectCornerIndex

      public static int ReflectCornerIndex(int idx, int edgeIndex)