public interface Cylinder extends SubstrateObject
Modifier and Type | Method and Description |
---|---|
double |
getDistanceFrom(double[] pos) |
double[] |
getPosition() |
double |
getRadius() |
void |
toFile(java.io.Writer writer)
spits out cylinder cross section to a file
|
boundingBoxIntersects, crosses, getBoundingBox, getDiffusivityAt, inside, intersectsCubicRegion
double getRadius()
double[] getPosition()
double getDistanceFrom(double[] pos)
void toFile(java.io.Writer writer) throws java.io.IOException
java.io.IOException