Class ComputationalGeometry.Bounds

  • Enclosing class:
    ComputationalGeometry

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

      Fields 
      Modifier and Type Field Description
      (package private) WildMagic.LibFoundation.Mathematics.Vector3d center  
      (package private) WildMagic.LibFoundation.Mathematics.Vector3d extents  
      (package private) WildMagic.LibFoundation.Mathematics.Vector3d max  
      (package private) WildMagic.LibFoundation.Mathematics.Vector3d min  
      (package private) WildMagic.LibFoundation.Mathematics.Vector3d size  
    • Constructor Summary

      Constructors 
      Constructor Description
      Bounds()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • center

        WildMagic.LibFoundation.Mathematics.Vector3d center
      • extents

        WildMagic.LibFoundation.Mathematics.Vector3d extents
      • max

        WildMagic.LibFoundation.Mathematics.Vector3d max
      • min

        WildMagic.LibFoundation.Mathematics.Vector3d min
      • size

        WildMagic.LibFoundation.Mathematics.Vector3d size
    • Constructor Detail

      • Bounds

        public Bounds()