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

Public Member Functions

None __init__ (self)
 
None __init__ (self, PointsProjectionResult arg0)
 
None __init__ (self, float distSq, VertId vId)
 
float distSq (self)
 
None distSq (self, float arg1)
 
VertId vId (self)
 
None vId (self, VertId arg1)
 

Detailed Description

Generated from:  MR::PointsProjectionResult

\\addtogroup AABBTreeGroup
\\{

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

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

◆ __init__() [3/3]

None meshlib.mrmeshpy.PointsProjectionResult.__init__ ( self,
float distSq,
VertId vId )
Implicit aggregate constructor.

Member Function Documentation

◆ distSq() [1/2]

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

◆ distSq() [2/2]

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

◆ vId() [1/2]

VertId meshlib.mrmeshpy.PointsProjectionResult.vId ( self)
the closest vertex in point cloud

◆ vId() [2/2]

None meshlib.mrmeshpy.PointsProjectionResult.vId ( self,
VertId arg1 )

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