Class ComputationalGeometry.Bounds

java.lang.Object
gov.nih.mipav.model.structures.ComputationalGeometry.Bounds
Enclosing class:
ComputationalGeometry

public class ComputationalGeometry.Bounds extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) WildMagic.LibFoundation.Mathematics.Vector3d
     
    (package private) WildMagic.LibFoundation.Mathematics.Vector3d
     
    (package private) WildMagic.LibFoundation.Mathematics.Vector3d
     
    (package private) WildMagic.LibFoundation.Mathematics.Vector3d
     
    (package private) WildMagic.LibFoundation.Mathematics.Vector3d
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • 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 Details

    • Bounds

      public Bounds()