MeshLib C# Docs
Loading...
Searching...
No Matches
MR.IntersectionPrecomputes2_Double Class Reference

stores useful precomputed values for presented direction vector More...

+ Inheritance diagram for MR.IntersectionPrecomputes2_Double:

Public Member Functions

unsafe IntersectionPrecomputes2_Double ()
 Constructs an empty (default-constructed) instance.
 
unsafe IntersectionPrecomputes2_Double (MR.Const_IntersectionPrecomputes2_Double _other)
 Generated from constructor MR.IntersectionPrecomputes2<double>::IntersectionPrecomputes2.
 
unsafe IntersectionPrecomputes2_Double (in MR.Vector2d dir)
 Generated from constructor MR.IntersectionPrecomputes2<double>::IntersectionPrecomputes2.
 
unsafe MR.IntersectionPrecomputes2_Double assign (MR.Const_IntersectionPrecomputes2_Double _other)
 Generated from method MR.IntersectionPrecomputes2<double>::operator=.
 
- Public Member Functions inherited from MR.Const_IntersectionPrecomputes2_Double
virtual void Dispose ()
 
unsafe Const_IntersectionPrecomputes2_Double ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_IntersectionPrecomputes2_Double (MR.Const_IntersectionPrecomputes2_Double _other)
 Generated from constructor MR.IntersectionPrecomputes2<double>::IntersectionPrecomputes2.
 
unsafe Const_IntersectionPrecomputes2_Double (in MR.Vector2d dir)
 Generated from constructor MR.IntersectionPrecomputes2<double>::IntersectionPrecomputes2.
 

Static Public Member Functions

static unsafe implicit operator IntersectionPrecomputes2_Double (in MR.Vector2d dir)
 Generated from constructor MR.IntersectionPrecomputes2<double>::IntersectionPrecomputes2.
 
- Static Public Member Functions inherited from MR.Const_IntersectionPrecomputes2_Double
static unsafe implicit operator Const_IntersectionPrecomputes2_Double (in MR.Vector2d dir)
 Generated from constructor MR.IntersectionPrecomputes2<double>::IntersectionPrecomputes2.
 

Properties

new unsafe ref MR.Vector2d 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 double sx [get]
 precomputed factors
 
new unsafe ref double sy [get]
 precomputed factors
 
- Properties inherited from MR.Const_IntersectionPrecomputes2_Double
unsafe ref readonly MR.Vector2d invDir [get]
 
unsafe int maxDimIdxY [get]
 
unsafe int idxX [get]
 
unsafe ref readonly MR.Vector2i sign [get]
 stores signs of direction vector;
 
unsafe double sx [get]
 precomputed factors
 
unsafe double sy [get]
 precomputed factors
 
- Properties inherited from MR.Misc.Object< Const_IntersectionPrecomputes2_Double >
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 Member Functions inherited from MR.Const_IntersectionPrecomputes2_Double
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_IntersectionPrecomputes2_Double >
bool _IsOwningVal
 

Detailed Description

stores useful precomputed values for presented direction vector

allows to avoid repeatable computations during intersection finding Generated from class MR.IntersectionPrecomputes2<double>. This is the non-const half of the class.


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