Class GaiaWeldedFacesFinder.PositionKey

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

public static class GaiaWeldedFacesFinder.PositionKey extends Object
  • Field Summary

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

    Constructors
    Constructor
    Description
    PositionKey(org.joml.Vector3d p, double tolerance)
     
  • 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

    • x

      public final long x
    • y

      public final long y
    • z

      public final long z
  • Constructor Details

    • PositionKey

      public PositionKey(org.joml.Vector3d p, double tolerance)
  • Method Details