MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.MeshProjectionResult Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, MeshProjectionResult arg0)
 
None __init__ (self, PointOnFace proj, MeshTriPoint mtp, float distSq)
 
float distSq (self)
 
None distSq (self, float arg1)
 
MeshTriPoint mtp (self)
 
None mtp (self, MeshTriPoint arg1)
 
PointOnFace proj (self)
 
None proj (self, PointOnFace arg1)
 

Detailed Description

Generated from:  MR::MeshProjectionResult

\\addtogroup AABBTreeGroup
\\{

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.MeshProjectionResult.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.MeshProjectionResult.__init__ ( self,
MeshProjectionResult arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None meshlib.mrmeshpy.MeshProjectionResult.__init__ ( self,
PointOnFace proj,
MeshTriPoint mtp,
float distSq )
Implicit aggregate constructor.

Member Function Documentation

◆ distSq() [1/2]

float meshlib.mrmeshpy.MeshProjectionResult.distSq ( self)
squared distance from pt to proj

◆ distSq() [2/2]

None meshlib.mrmeshpy.MeshProjectionResult.distSq ( self,
float arg1 )

◆ mtp() [1/2]

MeshTriPoint meshlib.mrmeshpy.MeshProjectionResult.mtp ( self)
its barycentric representation

◆ mtp() [2/2]

None meshlib.mrmeshpy.MeshProjectionResult.mtp ( self,
MeshTriPoint arg1 )

◆ proj() [1/2]

PointOnFace meshlib.mrmeshpy.MeshProjectionResult.proj ( self)
the closest point on mesh, transformed by xf if it is given

◆ proj() [2/2]

None meshlib.mrmeshpy.MeshProjectionResult.proj ( self,
PointOnFace arg1 )

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