stores useful precomputed values for presented direction vector More...
Public Member Functions | |
| unsafe | IntersectionPrecomputes_Double () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | IntersectionPrecomputes_Double (MR.Const_IntersectionPrecomputes_Double _other) |
| Generated from constructor MR::IntersectionPrecomputes<double>::IntersectionPrecomputes. | |
| IntersectionPrecomputes_Double (IntersectionPrecomputes_Double _other) | |
| Generated from constructor MR::IntersectionPrecomputes<double>::IntersectionPrecomputes. | |
| unsafe | IntersectionPrecomputes_Double (in MR.Vector3d dir) |
| Generated from constructor MR::IntersectionPrecomputes<double>::IntersectionPrecomputes. | |
| unsafe MR.IntersectionPrecomputes_Double | assign (MR.Const_IntersectionPrecomputes_Double _other) |
| Generated from method MR::IntersectionPrecomputes<double>::operator=. | |
| Public Member Functions inherited from MR.Const_IntersectionPrecomputes_Double | |
| virtual void | Dispose () |
| unsafe | Const_IntersectionPrecomputes_Double () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_IntersectionPrecomputes_Double (MR.Const_IntersectionPrecomputes_Double _other) |
| Generated from constructor MR::IntersectionPrecomputes<double>::IntersectionPrecomputes. | |
| Const_IntersectionPrecomputes_Double (IntersectionPrecomputes_Double _other) | |
| Generated from constructor MR::IntersectionPrecomputes<double>::IntersectionPrecomputes. | |
| unsafe | Const_IntersectionPrecomputes_Double (in MR.Vector3d dir) |
| Generated from constructor MR::IntersectionPrecomputes<double>::IntersectionPrecomputes. | |
Static Public Member Functions | |
| static unsafe implicit | operator IntersectionPrecomputes_Double (in MR.Vector3d dir) |
| Generated from constructor MR::IntersectionPrecomputes<double>::IntersectionPrecomputes. | |
| Static Public Member Functions inherited from MR.Const_IntersectionPrecomputes_Double | |
| static unsafe implicit | operator Const_IntersectionPrecomputes_Double (in MR.Vector3d dir) |
| Generated from constructor MR::IntersectionPrecomputes<double>::IntersectionPrecomputes. | |
Properties | |
| new unsafe ref MR.Vector3d | invDir [get] |
| new unsafe ref int | maxDimIdxZ [get] |
| new unsafe ref int | idxX [get] |
| new unsafe ref int | idxY [get] |
| new unsafe ref MR.Vector3i | sign [get] |
| stores signs of direction vector; | |
| new unsafe ref double | sx [get] |
| precomputed factors | |
| new unsafe ref double | sy [get] |
| precomputed factors | |
| new unsafe ref double | sz [get] |
| precomputed factors | |
| Properties inherited from MR.Const_IntersectionPrecomputes_Double | |
| unsafe ref readonly MR.Vector3d | 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 double | sx [get] |
| precomputed factors | |
| unsafe double | sy [get] |
| precomputed factors | |
| unsafe double | sz [get] |
| precomputed factors | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_IntersectionPrecomputes_Double | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_IntersectionPrecomputes_Double | |
| unsafe MR.Vector3d * | __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 double * | __ref_storage_sx |
| unsafe double * | __ref_storage_sy |
| unsafe double * | __ref_storage_sz |
stores useful precomputed values for presented direction vector
allows to avoid repeatable computations during intersection finding Generated from class MR::IntersectionPrecomputes<double>. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR::IntersectionPrecomputes<double>::IntersectionPrecomputes.
|
inline |
Generated from constructor MR::IntersectionPrecomputes<double>::IntersectionPrecomputes.
|
inline |
Generated from constructor MR::IntersectionPrecomputes<double>::IntersectionPrecomputes.
|
inline |
Generated from method MR::IntersectionPrecomputes<double>::operator=.
|
inlinestatic |
Generated from constructor MR::IntersectionPrecomputes<double>::IntersectionPrecomputes.
|
get |
|
get |
|
get |
|
get |
|
get |
stores signs of direction vector;
|
get |
precomputed factors
|
get |
precomputed factors
|
get |
precomputed factors