Module simpa.core

Interface Aperture

All Known Implementing Classes:
NoAperture, StlAperture

public interface Aperture
Region of the volume.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isInside(org.apache.commons.math3.geometry.euclidean.threed.Vector3D pos)
    Returns false when a given point is outside the volume.
  • Method Details

    • isInside

      boolean isInside(org.apache.commons.math3.geometry.euclidean.threed.Vector3D pos)
      Returns false when a given point is outside the volume.
      Parameters:
      pos - location to check.
      Returns:
      true if the location is inside the volume, false if not.