MeshLib Python Docs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Concepts
mrmeshpy.TriIntersectResult Class Reference

Public Member Functions

None __init__ (self, float U, float V, float dist)
 
None __init__ (self, TriIntersectResult arg0)
 
TriPointf bary (self)
 
None bary (self, TriPointf arg1)
 
float t (self)
 
None t (self, float arg1)
 

Detailed Description

Generated from: MR::TriIntersectResult \\defgroup TriangleIntersectionGroup Triangle intersection \\ingroup MathGroup \\{

Constructor & Destructor Documentation

◆ __init__() [1/2]

None mrmeshpy.TriIntersectResult.__init__ ( self,
float U,
float V,
float dist )

◆ __init__() [2/2]

None mrmeshpy.TriIntersectResult.__init__ ( self,
TriIntersectResult arg0 )
Implicit copy constructor.

Member Function Documentation

◆ bary() [1/2]

TriPointf mrmeshpy.TriIntersectResult.bary ( self)
barycentric representation

◆ bary() [2/2]

None mrmeshpy.TriIntersectResult.bary ( self,
TriPointf arg1 )

◆ t() [1/2]

float mrmeshpy.TriIntersectResult.t ( self)
distance from ray origin to p in dir length units

◆ t() [2/2]

None mrmeshpy.TriIntersectResult.t ( self,
float arg1 )

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