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) |
Generated from: MR::MeshProjectionResult \\addtogroup AABBTreeGroup \\{
None meshlib.mrmeshpy.MeshProjectionResult.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.MeshProjectionResult.__init__ | ( | self, | |
MeshProjectionResult | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.MeshProjectionResult.__init__ | ( | self, | |
PointOnFace | proj, | ||
MeshTriPoint | mtp, | ||
float | distSq ) |
Implicit aggregate constructor.
float meshlib.mrmeshpy.MeshProjectionResult.distSq | ( | self | ) |
squared distance from pt to proj
None meshlib.mrmeshpy.MeshProjectionResult.distSq | ( | self, | |
float | arg1 ) |
MeshTriPoint meshlib.mrmeshpy.MeshProjectionResult.mtp | ( | self | ) |
its barycentric representation
None meshlib.mrmeshpy.MeshProjectionResult.mtp | ( | self, | |
MeshTriPoint | arg1 ) |
PointOnFace meshlib.mrmeshpy.MeshProjectionResult.proj | ( | self | ) |
the closest point on mesh, transformed by xf if it is given
None meshlib.mrmeshpy.MeshProjectionResult.proj | ( | self, | |
PointOnFace | arg1 ) |