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

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

+ Inheritance diagram for MR.Const_IntersectionPrecomputes_Double:

Classes

struct  _Underlying
 

Public Member Functions

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.
 
unsafe Const_IntersectionPrecomputes_Double (in MR.Vector3d dir)
 Generated from constructor MR.IntersectionPrecomputes<double>::IntersectionPrecomputes.
 

Static Public Member Functions

static unsafe implicit operator Const_IntersectionPrecomputes_Double (in MR.Vector3d dir)
 Generated from constructor MR.IntersectionPrecomputes<double>::IntersectionPrecomputes.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

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
 
- Properties inherited from MR.Misc.Object< Const_IntersectionPrecomputes_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 Attributes inherited from MR.Misc.Object< Const_IntersectionPrecomputes_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.IntersectionPrecomputes<double>. This is the const half of the class.


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