Public Attributes | List of all members
MMC_raytracer Struct Reference

Ray-tracer data structrure for pre-computed data. More...

Collaboration diagram for MMC_raytracer:
Collaboration graph
[legend]

Public Attributes

tetmeshmesh
 
char method
 
float3d
 
float3m
 
float3n
 

Detailed Description

Ray-tracer data structrure for pre-computed data.

We define the precomputed data in a ray-tracer structure. For the case of Plucker-based ray-tracing, this structure contains the displacement and moment vectors for each edge in a tetrahedron.

Member Data Documentation

◆ d

float3* MMC_raytracer::d

precomputed data: for Pluckers, this is displacement

◆ m

float3* MMC_raytracer::m

precomputed data: for Pluckers, this is moment

◆ mesh

tetmesh* MMC_raytracer::mesh

link to the mesh structure

◆ method

char MMC_raytracer::method

1 for Plucker-based ray-tracing, 0 for Havel

◆ n

float3* MMC_raytracer::n

precomputed data: for Pluckers, face norm


The documentation for this struct was generated from the following file: