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

Public Member Functions

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

Static Public Member Functions

None __init__ (*args, **kwargs)
 
PointsProjectionResult operator (*args, **kwargs)
 
PointsProjectionResult operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_distSq = 0
 
typing _offsetof_vId = 4
 

Detailed Description

Generated from:  MR::PointsProjectionResult

\\addtogroup AABBTreeGroup
\\{

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.PointsProjectionResult.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.PointsProjectionResult.__init__ ( self)

◆ __init__() [3/3]

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

Member Function Documentation

◆ distSq() [1/2]

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

◆ distSq() [2/2]

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

◆ operator() [1/2]

PointsProjectionResult mrmeshpy.PointsProjectionResult.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

PointsProjectionResult mrmeshpy.PointsProjectionResult.operator ( * args,
** kwargs )
static

◆ vId() [1/2]

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

◆ vId() [2/2]

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

Member Data Documentation

◆ _offsetof_distSq

typing mrmeshpy.PointsProjectionResult._offsetof_distSq = 0
staticprotected

◆ _offsetof_vId

typing mrmeshpy.PointsProjectionResult._offsetof_vId = 4
staticprotected

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