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) |
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
|
static |
| None mrmeshpy.TriIntersectResult.__init__ | ( | self, | |
| float | U, | ||
| float | V, | ||
| float | dist ) |
| None mrmeshpy.TriIntersectResult.__init__ | ( | self, | |
| TriIntersectResult | arg0 ) |
Implicit copy constructor.
| 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 |