Module simpa.core

Class NoAperture

java.lang.Object
simpa.core.api.track.NoAperture
All Implemented Interfaces:
Aperture

public class NoAperture extends Object implements Aperture
Implementation of the Aperture interface where there is no volume for checking if a point is inside or outside.
  • Constructor Details

    • NoAperture

      public NoAperture()
  • Method Details

    • isInside

      public boolean isInside(org.apache.commons.math3.geometry.euclidean.threed.Vector3D pos)
      Always returns true.
      Specified by:
      isInside in interface Aperture
      Parameters:
      pos - location to check.
      Returns:
      true if the location is inside the volume, false if not.