Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, ICPGroupPair arg0) |
Public Member Functions inherited from meshlib.mrmeshpy.ICPPairData | |
float | distSq (self) |
None | distSq (self, float arg1) |
Vector3f | srcNorm (self) |
None | srcNorm (self, Vector3f arg1) |
Vector3f | srcPoint (self) |
None | srcPoint (self, Vector3f arg1) |
Vector3f | tgtNorm (self) |
None | tgtNorm (self, Vector3f arg1) |
Vector3f | tgtPoint (self) |
None | tgtPoint (self, Vector3f arg1) |
float | weight (self) |
None | weight (self, float arg1) |
Additional Inherited Members | |
Static Public Member Functions inherited from meshlib.mrmeshpy.ICPPairData | |
bool | __eq__ (*args, **kwargs) |
Generated from: MR::ICPGroupPair
None meshlib.mrmeshpy.ICPGroupPair.__init__ | ( | self | ) |
Implicit default constructor.
Reimplemented from meshlib.mrmeshpy.ICPPairData.
None meshlib.mrmeshpy.ICPGroupPair.__init__ | ( | self, | |
ICPGroupPair | arg0 ) |
Implicit copy constructor.
Reimplemented from meshlib.mrmeshpy.ICPPairData.