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

Abstract class, computes the closest point on mesh to each of given points. Pure virtual functions must be implemented Generated from class MR.IPointsToMeshProjector. Derived classes: Direct: (non-virtual) MR.PointsToMeshProjector This is the non-const half of the class. More...

+ Inheritance diagram for MR.IPointsToMeshProjector:

Public Member Functions

unsafe void updateMeshData (MR.Const_Mesh? mesh)
 Updates all data related to the referencing mesh Generated from method MR.IPointsToMeshProjector.updateMeshData.
 
unsafe void findProjections (MR.Std.Vector_MRMeshProjectionResult result, MR.Std.Const_Vector_MRVector3f points, MR.AffineXf3f? worldXf=null, MR.AffineXf3f? worldRefXf=null, float? upDistLimitSq=null, float? loDistLimitSq=null)
 Computes the closest point on mesh to each of given points Generated from method MR.IPointsToMeshProjector.findProjections. Parameter upDistLimitSq defaults to 3.40282347e38f. Parameter loDistLimitSq defaults to 0.0f.
 

Detailed Description

Abstract class, computes the closest point on mesh to each of given points. Pure virtual functions must be implemented Generated from class MR.IPointsToMeshProjector. Derived classes: Direct: (non-virtual) MR.PointsToMeshProjector This is the non-const half of the class.

Member Function Documentation

◆ findProjections()

unsafe void MR.IPointsToMeshProjector.findProjections ( MR.Std.Vector_MRMeshProjectionResult result,
MR.Std.Const_Vector_MRVector3f points,
MR.AffineXf3f? worldXf = null,
MR.AffineXf3f? worldRefXf = null,
float? upDistLimitSq = null,
float? loDistLimitSq = null )
inline

Computes the closest point on mesh to each of given points Generated from method MR.IPointsToMeshProjector.findProjections. Parameter upDistLimitSq defaults to 3.40282347e38f. Parameter loDistLimitSq defaults to 0.0f.

◆ updateMeshData()

unsafe void MR.IPointsToMeshProjector.updateMeshData ( MR.Const_Mesh? mesh)
inline

Updates all data related to the referencing mesh Generated from method MR.IPointsToMeshProjector.updateMeshData.


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