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) |
Generated from: MR::TriIntersectResult \\defgroup TriangleIntersectionGroup Triangle intersection \\ingroup MathGroup \\{
None meshlib.mrmeshpy.TriIntersectResult.__init__ | ( | self, | |
float | U, | ||
float | V, | ||
float | dist ) |
None meshlib.mrmeshpy.TriIntersectResult.__init__ | ( | self, | |
TriIntersectResult | arg0 ) |
Implicit copy constructor.
TriPointf meshlib.mrmeshpy.TriIntersectResult.bary | ( | self | ) |
barycentric representation
None meshlib.mrmeshpy.TriIntersectResult.bary | ( | self, | |
TriPointf | arg1 ) |
float meshlib.mrmeshpy.TriIntersectResult.t | ( | self | ) |
distance from ray origin to p in dir length units
None meshlib.mrmeshpy.TriIntersectResult.t | ( | self, | |
float | arg1 ) |