public class CompositeInterceptables extends Object implements Interceptable
| Constructor and Description |
|---|
CompositeInterceptables(Collection<? extends Interceptable> collection) |
CompositeInterceptables(Interceptable... items) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInterceptable(Interceptable i) |
boolean |
contains(double[] point) |
List<Intersection> |
getIntersections(double[] origin,
double[] direction) |
public CompositeInterceptables(Collection<? extends Interceptable> collection)
public CompositeInterceptables(Interceptable... items)
public void addInterceptable(Interceptable i)
public List<Intersection> getIntersections(double[] origin, double[] direction)
getIntersections in interface Interceptablepublic boolean contains(double[] point)
contains in interface InterceptableCopyright © 2013–2022 Francis Crick Institute. All rights reserved.