public class BinaryInterceptible extends Object implements Interceptable
Constructor and Description |
---|
BinaryInterceptible(List<int[]> pixels,
MeshImageStack stack,
int label) |
Modifier and Type | Method and Description |
---|---|
double[] |
getCenter() |
List<Intersection> |
getIntersections(double[] origin,
double[] direction)
Assuming the origin is contained within the shape, and and the pixels are points.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
contains
public BinaryInterceptible(List<int[]> pixels, MeshImageStack stack, int label)
public List<Intersection> getIntersections(double[] origin, double[] direction)
getIntersections
in interface Interceptable
origin
- direction
- public double[] getCenter()
Copyright © 2013–2022 Francis Crick Institute. All rights reserved.