stores useful precomputed values for presented direction vector More...
Inheritance diagram for MR.IntersectionPrecomputes2_Float:Public Member Functions | |
| unsafe | IntersectionPrecomputes2_Float () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | IntersectionPrecomputes2_Float (MR.Const_IntersectionPrecomputes2_Float _other) |
Generated from constructor MR.IntersectionPrecomputes2<float>::IntersectionPrecomputes2. | |
| IntersectionPrecomputes2_Float (IntersectionPrecomputes2_Float _other) | |
Generated from constructor MR.IntersectionPrecomputes2<float>::IntersectionPrecomputes2. | |
| unsafe | IntersectionPrecomputes2_Float (in MR.Vector2f dir) |
Generated from constructor MR.IntersectionPrecomputes2<float>::IntersectionPrecomputes2. | |
| unsafe MR.IntersectionPrecomputes2_Float | assign (MR.Const_IntersectionPrecomputes2_Float _other) |
Generated from method MR.IntersectionPrecomputes2<float>::operator=. | |
Static Public Member Functions | |
| static unsafe implicit | operator IntersectionPrecomputes2_Float (in MR.Vector2f dir) |
Generated from constructor MR.IntersectionPrecomputes2<float>::IntersectionPrecomputes2. | |
Properties | |
| new unsafe ref MR.Vector2f | invDir [get] |
| new unsafe ref int | maxDimIdxY [get] |
| new unsafe ref int | idxX [get] |
| new unsafe ref MR.Vector2i | sign [get] |
| stores signs of direction vector; | |
| new unsafe ref float | sx [get] |
| precomputed factors | |
| new unsafe ref float | sy [get] |
| precomputed factors | |
stores useful precomputed values for presented direction vector
allows to avoid repeatable computations during intersection finding Generated from class MR.IntersectionPrecomputes2<float>. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.IntersectionPrecomputes2<float>::IntersectionPrecomputes2.
|
inline |
Generated from constructor MR.IntersectionPrecomputes2<float>::IntersectionPrecomputes2.
|
inline |
Generated from constructor MR.IntersectionPrecomputes2<float>::IntersectionPrecomputes2.
|
inline |
Generated from method MR.IntersectionPrecomputes2<float>::operator=.
|
inlinestatic |
Generated from constructor MR.IntersectionPrecomputes2<float>::IntersectionPrecomputes2.
|
get |
|
get |
|
get |
|
get |
stores signs of direction vector;
|
get |
precomputed factors
|
get |
precomputed factors