MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.TriIntersectResult Class Reference

Public Member Functions

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

Static Public Member Functions

None __init__ (*args, **kwargs)
 
TriIntersectResult operator (*args, **kwargs)
 
TriIntersectResult operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_bary = 0
 
typing _offsetof_t = 8
 

Detailed Description

Generated from:  MR::TriIntersectResult

\\defgroup TriangleIntersectionGroup Triangle intersection
\\ingroup MathGroup
\\{

Constructor & Destructor Documentation

◆ __init__() [1/2]

None mrmeshpy.TriIntersectResult.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/2]

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

Member Function Documentation

◆ bary() [1/2]

TriPointf mrmeshpy.TriIntersectResult.bary ( self)
barycentric representation

◆ bary() [2/2]

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

◆ operator() [1/2]

TriIntersectResult mrmeshpy.TriIntersectResult.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

TriIntersectResult mrmeshpy.TriIntersectResult.operator ( * args,
** kwargs )
static

◆ 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 )

Member Data Documentation

◆ _offsetof_bary

typing mrmeshpy.TriIntersectResult._offsetof_bary = 0
staticprotected

◆ _offsetof_t

typing mrmeshpy.TriIntersectResult._offsetof_t = 8
staticprotected

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