Class GaiaWeldedFacesFinder.EdgeKey

java.lang.Object
com.gaia3d.basic.remesher.GaiaWeldedFacesFinder.EdgeKey
Enclosing class:
GaiaWeldedFacesFinder

public static class GaiaWeldedFacesFinder.EdgeKey extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final int
     
    final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    EdgeKey(int i0, int i1)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • a

      public final int a
    • b

      public final int b
  • Constructor Details

    • EdgeKey

      public EdgeKey(int i0, int i1)
  • Method Details