Public Member Functions | |
| bool | __bool__ (self) | 
| None | __init__ (self) | 
| None | __init__ (self, MeshProjectionResult arg0) | 
| None | __init__ (self, PointOnFace proj, MeshTriPoint mtp, float distSq) | 
| bool | valid (self) | 
| 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 Public Member Functions | |
| None | __init__ (*args, **kwargs) | 
| MeshProjectionResult | operator (*args, **kwargs) | 
| MeshProjectionResult | operator (*args, **kwargs) | 
Static Protected Attributes | |
| typing | _offsetof_distSq = 28 | 
| typing | _offsetof_mtp = 16 | 
| typing | _offsetof_proj = 0 | 
Generated from: MR::MeshProjectionResult
      
  | 
  static | 
| None mrmeshpy.MeshProjectionResult.__init__ | ( | self | ) | 
| None mrmeshpy.MeshProjectionResult.__init__ | ( | self, | |
| MeshProjectionResult | arg0 ) | 
Implicit copy constructor.
| None mrmeshpy.MeshProjectionResult.__init__ | ( | self, | |
| PointOnFace | proj, | ||
| MeshTriPoint | mtp, | ||
| float | distSq ) | 
Implicit aggregate constructor.
| bool mrmeshpy.MeshProjectionResult.__bool__ | ( | self | ) | 
| float mrmeshpy.MeshProjectionResult.distSq | ( | self | ) | 
squared distance from original projected point to proj
| None mrmeshpy.MeshProjectionResult.distSq | ( | self, | |
| float | arg1 ) | 
| MeshTriPoint mrmeshpy.MeshProjectionResult.mtp | ( | self | ) | 
its barycentric representation
| None mrmeshpy.MeshProjectionResult.mtp | ( | self, | |
| MeshTriPoint | arg1 ) | 
      
  | 
  static | 
      
  | 
  static | 
| PointOnFace mrmeshpy.MeshProjectionResult.proj | ( | self | ) | 
the closest point on mesh, transformed by xf if it is given
| None mrmeshpy.MeshProjectionResult.proj | ( | self, | |
| PointOnFace | arg1 ) | 
| bool mrmeshpy.MeshProjectionResult.valid | ( | self | ) | 
check for validity, otherwise the projection was not found
      
  | 
  staticprotected | 
      
  | 
  staticprotected | 
      
  | 
  staticprotected |