java.lang.Object
simpa.core.api.track.StlAperture
- All Implemented Interfaces:
Aperture
Implementation of the Aperture interface that constructs its
aperture from an STL file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisInside(org.apache.commons.math3.geometry.euclidean.threed.Vector3D pos) Returns false when a given point is outside the volume.
-
Constructor Details
-
StlAperture
Initializes the aperture from an STL file.- Parameters:
stlFile- input STL file
-
-
Method Details
-
isInside
public boolean isInside(org.apache.commons.math3.geometry.euclidean.threed.Vector3D pos) Description copied from interface:ApertureReturns false when a given point is outside the volume.
-