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