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