Class ComputationalGeometry.Mesh

  • Enclosing class:
    ComputationalGeometry

    public class ComputationalGeometry.Mesh
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) ComputationalGeometry.Bounds bounds  
      (package private) java.lang.String name  
      (package private) WildMagic.LibFoundation.Mathematics.Vector3d[] normals  
      (package private) java.util.ArrayList<java.lang.Integer> triangles  
      (package private) WildMagic.LibFoundation.Mathematics.Vector3d[] vertices  
    • Constructor Summary

      Constructors 
      Constructor Description
      Mesh()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void recalculateBounds()  
      • Methods inherited from class java.lang.Object

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

      • name

        java.lang.String name
      • vertices

        WildMagic.LibFoundation.Mathematics.Vector3d[] vertices
      • normals

        WildMagic.LibFoundation.Mathematics.Vector3d[] normals
      • triangles

        java.util.ArrayList<java.lang.Integer> triangles
    • Constructor Detail

      • Mesh

        public Mesh()
    • Method Detail

      • recalculateBounds

        public void recalculateBounds()