VTK-m
2.0
|
#include <vtkm/Math.h>
Go to the source code of this file.
Classes | |
class | vtkm::rendering::raytracing::Moller |
class | vtkm::rendering::raytracing::WaterTight |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::rendering | |
VTK-m Rendering. | |
vtkm::rendering::raytracing | |
Functions | |
template<> | |
VTKM_EXEC void | vtkm::rendering::raytracing::WaterTight::IntersectTri< vtkm::Float64 > (const vtkm::Vec3f_64 &a, const vtkm::Vec3f_64 &b, const vtkm::Vec3f_64 &c, const vtkm::Vec3f_64 &dir, vtkm::Float64 &distance, vtkm::Float64 &u, vtkm::Float64 &v, const vtkm::Vec3f_64 &origin) const |