public class InterceptingMesh3D extends Object implements Interceptable
Constructor and Description |
---|
InterceptingMesh3D(DeformableMesh3D mesh) |
Modifier and Type | Method and Description |
---|---|
boolean |
boundsContains(double[] pt)
Checks if pt is contained in this meshes bounds.
|
boolean |
contains(double[] pt) |
double[] |
getCenter() |
List<Intersection> |
getIntersections(double[] origin,
double[] direction) |
public InterceptingMesh3D(DeformableMesh3D mesh)
public boolean boundsContains(double[] pt)
pt
- public List<Intersection> getIntersections(double[] origin, double[] direction)
getIntersections
in interface Interceptable
public double[] getCenter()
public boolean contains(double[] pt)
contains
in interface Interceptable
Copyright © 2013–2022 Francis Crick Institute. All rights reserved.