MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.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 meshlib.mrmeshpy.TriIntersectResult.__init__ ( self,
float U,
float V,
float dist )

◆ __init__() [2/2]

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

Member Function Documentation

◆ bary() [1/2]

TriPointf meshlib.mrmeshpy.TriIntersectResult.bary ( self)
barycentric representation

◆ bary() [2/2]

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

◆ t() [1/2]

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

◆ t() [2/2]

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

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