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

Generated from class MR.MeshProjectionResult. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_MeshProjectionResult:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_MeshProjectionResult ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_MeshProjectionResult (MR.Const_PointOnFace proj, MR.Const_MeshTriPoint mtp, float distSq)
 Constructs MR.MeshProjectionResult elementwise.
 
unsafe Const_MeshProjectionResult (MR.Const_MeshProjectionResult _other)
 Generated from constructor MR.MeshProjectionResult.MeshProjectionResult.
 
unsafe bool valid ()
 check for validity, otherwise the projection was not found Generated from method MR.MeshProjectionResult.valid.
 

Static Public Member Functions

static unsafe operator bool (MR.Const_MeshProjectionResult _this)
 Generated from conversion operator MR.MeshProjectionResult.operator bool.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.Const_PointOnFace proj [get]
 the closest point on mesh, transformed by xf if it is given
 
unsafe MR.Const_MeshTriPoint mtp [get]
 its barycentric representation
 
unsafe float distSq [get]
 squared distance from original projected point to proj
 
- Properties inherited from MR.Misc.Object< Const_MeshProjectionResult >
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_MeshProjectionResult >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.MeshProjectionResult. This is the const half of the class.


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