stores useful precomputed values for presented direction vector More...
Inheritance diagram for MR.Const_IntersectionPrecomputes2_Float:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_IntersectionPrecomputes2_Float () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_IntersectionPrecomputes2_Float (MR.Const_IntersectionPrecomputes2_Float _other) |
Generated from constructor MR.IntersectionPrecomputes2<float>::IntersectionPrecomputes2. | |
| unsafe | Const_IntersectionPrecomputes2_Float (in MR.Vector2f dir) |
Generated from constructor MR.IntersectionPrecomputes2<float>::IntersectionPrecomputes2. | |
Static Public Member Functions | |
| static unsafe implicit | operator Const_IntersectionPrecomputes2_Float (in MR.Vector2f dir) |
Generated from constructor MR.IntersectionPrecomputes2<float>::IntersectionPrecomputes2. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe ref readonly MR.Vector2f | invDir [get] |
| unsafe int | maxDimIdxY [get] |
| unsafe int | idxX [get] |
| unsafe ref readonly MR.Vector2i | sign [get] |
| stores signs of direction vector; | |
| unsafe float | sx [get] |
| precomputed factors | |
| unsafe float | sy [get] |
| precomputed factors | |
Properties inherited from MR.Misc.Object< Const_IntersectionPrecomputes2_Float > | |
| virtual bool | _IsOwning [get] |
| Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough. | |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_IntersectionPrecomputes2_Float > | |
| bool | _IsOwningVal |
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 const half of the class.