Class MeshFunctions.IndexedPoint3f

java.lang.Object
mgui.geometry.mesh.MeshFunctions.IndexedPoint3f
Enclosing class:
MeshFunctions

protected static class MeshFunctions.IndexedPoint3f
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int index1  
    int index2  
    org.jogamp.vecmath.Point3f pt  
  • Constructor Summary

    Constructors
    Constructor Description
    IndexedPoint3f​(org.jogamp.vecmath.Point3f p, int index)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • pt

      public org.jogamp.vecmath.Point3f pt
    • index1

      public int index1
    • index2

      public int index2
  • Constructor Details

    • IndexedPoint3f

      public IndexedPoint3f​(org.jogamp.vecmath.Point3f p, int index)