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

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

+ Inheritance diagram for MR.IntersectionPrecomputes_Float:

Public Member Functions

unsafe IntersectionPrecomputes_Float ()
 Constructs an empty (default-constructed) instance.
 
unsafe IntersectionPrecomputes_Float (MR.Const_IntersectionPrecomputes_Float _other)
 Generated from constructor MR.IntersectionPrecomputes<float>::IntersectionPrecomputes.
 
unsafe IntersectionPrecomputes_Float (in MR.Vector3f dir)
 Generated from constructor MR.IntersectionPrecomputes<float>::IntersectionPrecomputes.
 
unsafe MR.IntersectionPrecomputes_Float assign (MR.Const_IntersectionPrecomputes_Float _other)
 Generated from method MR.IntersectionPrecomputes<float>::operator=.
 
- Public Member Functions inherited from MR.Const_IntersectionPrecomputes_Float
virtual void Dispose ()
 
unsafe Const_IntersectionPrecomputes_Float ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_IntersectionPrecomputes_Float (MR.Const_IntersectionPrecomputes_Float _other)
 Generated from constructor MR.IntersectionPrecomputes<float>::IntersectionPrecomputes.
 
unsafe Const_IntersectionPrecomputes_Float (in MR.Vector3f dir)
 Generated from constructor MR.IntersectionPrecomputes<float>::IntersectionPrecomputes.
 

Static Public Member Functions

static unsafe implicit operator IntersectionPrecomputes_Float (in MR.Vector3f dir)
 Generated from constructor MR.IntersectionPrecomputes<float>::IntersectionPrecomputes.
 
- Static Public Member Functions inherited from MR.Const_IntersectionPrecomputes_Float
static unsafe implicit operator Const_IntersectionPrecomputes_Float (in MR.Vector3f dir)
 Generated from constructor MR.IntersectionPrecomputes<float>::IntersectionPrecomputes.
 

Properties

new unsafe ref MR.Vector3f 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 float sx [get]
 precomputed factors
 
new unsafe ref float sy [get]
 precomputed factors
 
new unsafe ref float sz [get]
 precomputed factors
 
- Properties inherited from MR.Const_IntersectionPrecomputes_Float
unsafe ref readonly MR.Vector3f 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 float sx [get]
 precomputed factors
 
unsafe float sy [get]
 precomputed factors
 
unsafe float sz [get]
 precomputed factors
 
- Properties inherited from MR.Misc.Object< Const_IntersectionPrecomputes_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 Member Functions inherited from MR.Const_IntersectionPrecomputes_Float
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_IntersectionPrecomputes_Float >
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<float>. This is the non-const half of the class.


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