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 Interceptable
public boolean contains(double[] point)
contains
in interface Interceptable
Copyright © 2013–2022 Francis Crick Institute. All rights reserved.