stores useful precomputed values for presented direction vector More...
Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_IntersectionPrecomputes_Float () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_IntersectionPrecomputes_Float (MR.Const_IntersectionPrecomputes_Float _other) |
| Generated from constructor MR::IntersectionPrecomputes<float>::IntersectionPrecomputes. | |
| Const_IntersectionPrecomputes_Float (IntersectionPrecomputes_Float _other) | |
| Generated from constructor MR::IntersectionPrecomputes<float>::IntersectionPrecomputes. | |
| unsafe | Const_IntersectionPrecomputes_Float (in MR.Vector3f dir) |
| Generated from constructor MR::IntersectionPrecomputes<float>::IntersectionPrecomputes. | |
Static Public Member Functions | |
| static unsafe implicit | operator Const_IntersectionPrecomputes_Float (in MR.Vector3f dir) |
| Generated from constructor MR::IntersectionPrecomputes<float>::IntersectionPrecomputes. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes | |
| unsafe MR.Vector3f * | __ref_storage_invDir |
| unsafe int * | __ref_storage_maxDimIdxZ |
| unsafe int * | __ref_storage_idxX |
| unsafe int * | __ref_storage_idxY |
| unsafe MR.Vector3i * | __ref_storage_sign |
| unsafe float * | __ref_storage_sx |
| unsafe float * | __ref_storage_sy |
| unsafe float * | __ref_storage_sz |
Properties | |
| unsafe ref readonly MR.Vector3f | invDir [get] |
| unsafe int | maxDimIdxZ [get] |
| unsafe int | idxX [get] |
| unsafe int | idxY [get] |
| unsafe ref readonly MR.Vector3i | sign [get] |
| stores signs of direction vector; | |
| unsafe float | sx [get] |
| precomputed factors | |
| unsafe float | sy [get] |
| precomputed factors | |
| unsafe float | sz [get] |
| precomputed factors | |
stores useful precomputed values for presented direction vector
allows to avoid repeatable computations during intersection finding Generated from class MR::IntersectionPrecomputes<float>. This is the const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR::IntersectionPrecomputes<float>::IntersectionPrecomputes.
|
inline |
Generated from constructor MR::IntersectionPrecomputes<float>::IntersectionPrecomputes.
|
inline |
Generated from constructor MR::IntersectionPrecomputes<float>::IntersectionPrecomputes.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inlinestatic |
Generated from constructor MR::IntersectionPrecomputes<float>::IntersectionPrecomputes.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
get |
|
get |
|
get |
|
get |
|
get |
stores signs of direction vector;
|
get |
precomputed factors
|
get |
precomputed factors
|
get |
precomputed factors