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

accelerates testing of many query points against one sphere given by the same three points and radius, pre-computing all the point-independent quantities once; the primary template works for floating-point T with the same case analysis as the precise specialization for int below, so the answers for the query points near the sphere's surface are subject to rounding errors, and OnSphere is returned only on the exact equality in the comparisons; the products inside have degree 16 in coordinates, so to avoid overflows any difference of two given points' coordinates as well as sqrt(rSq) must be below ~100 for T=float and ~1e18 for T=double; the one-call inSphere functions are implemented via this class Generated from class MR::InSphereTester<float>. This is the const half of the class. More...

Inheritance diagram for MR.Const_InSphereTester_Float:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_InSphereTester_Float ()
 Constructs an empty (default-constructed) instance.
unsafe Const_InSphereTester_Float (MR.Const_InSphereTester_Float _other)
 Generated from constructor MR::InSphereTester<float>::InSphereTester.
 Const_InSphereTester_Float (InSphereTester_Float _other)
 Generated from constructor MR::InSphereTester<float>::InSphereTester.
unsafe MR.InSphereResult call (in MR.Vector3f d)
 returns the position of the point d relative to the sphere (never NoSphere); shall be called only after reset() returned true Generated from method MR::InSphereTester<float>::operator().

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Detailed Description

accelerates testing of many query points against one sphere given by the same three points and radius, pre-computing all the point-independent quantities once; the primary template works for floating-point T with the same case analysis as the precise specialization for int below, so the answers for the query points near the sphere's surface are subject to rounding errors, and OnSphere is returned only on the exact equality in the comparisons; the products inside have degree 16 in coordinates, so to avoid overflows any difference of two given points' coordinates as well as sqrt(rSq) must be below ~100 for T=float and ~1e18 for T=double; the one-call inSphere functions are implemented via this class Generated from class MR::InSphereTester<float>. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_InSphereTester_Float() [1/3]

unsafe MR.Const_InSphereTester_Float.Const_InSphereTester_Float ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_InSphereTester_Float() [2/3]

unsafe MR.Const_InSphereTester_Float.Const_InSphereTester_Float ( MR.Const_InSphereTester_Float _other)
inline

Generated from constructor MR::InSphereTester<float>::InSphereTester.

◆ Const_InSphereTester_Float() [3/3]

MR.Const_InSphereTester_Float.Const_InSphereTester_Float ( InSphereTester_Float _other)
inline

Generated from constructor MR::InSphereTester<float>::InSphereTester.

Member Function Documentation

◆ call()

unsafe MR.InSphereResult MR.Const_InSphereTester_Float.call ( in MR.Vector3f d)
inline

returns the position of the point d relative to the sphere (never NoSphere); shall be called only after reset() returned true Generated from method MR::InSphereTester<float>::operator().

◆ Dispose() [1/2]

virtual void MR.Const_InSphereTester_Float.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_InSphereTester_Float.Dispose ( bool disposing)
inlineprotectedvirtual

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