Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, Vector3f dir) |
| None | __init__ (self, IntersectionPrecomputes_float arg0) |
| float | Sx (self) |
| None | Sx (self, float arg1) |
| float | Sy (self) |
| None | Sy (self, float arg1) |
| float | Sz (self) |
| None | Sz (self, float arg1) |
| Vector3f | invDir (self) |
| None | invDir (self, Vector3f arg1) |
| int | maxDimIdxZ (self) |
| None | maxDimIdxZ (self, int arg1) |
| Vector3i | sign (self) |
| None | sign (self, Vector3i arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| IntersectionPrecomputes_float | operator (*args, **kwargs) |
| IntersectionPrecomputes_float | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_Sx = 36 |
| typing | _offsetof_Sy = 40 |
| typing | _offsetof_Sz = 44 |
| typing | _offsetof_idxX = 16 |
| typing | _offsetof_idxY = 20 |
| typing | _offsetof_invDir = 0 |
| typing | _offsetof_maxDimIdxZ = 12 |
| typing | _offsetof_sign = 24 |
Generated from: MR::IntersectionPrecomputes<float> stores useful precomputed values for presented direction vector \\details allows to avoid repeatable computations during intersection finding
|
static |
| None mrmeshpy.IntersectionPrecomputes_float.__init__ | ( | self | ) |
| None mrmeshpy.IntersectionPrecomputes_float.__init__ | ( | self, | |
| Vector3f | dir ) |
| None mrmeshpy.IntersectionPrecomputes_float.__init__ | ( | self, | |
| IntersectionPrecomputes_float | arg0 ) |
Implicit copy constructor.
| Vector3f mrmeshpy.IntersectionPrecomputes_float.invDir | ( | self | ) |
{1 / dir}
| None mrmeshpy.IntersectionPrecomputes_float.invDir | ( | self, | |
| Vector3f | arg1 ) |
| int mrmeshpy.IntersectionPrecomputes_float.maxDimIdxZ | ( | self | ) |
[0]max, [1]next, [2]next-next
f.e. {1,2,-3} => {2,1,0}
| None mrmeshpy.IntersectionPrecomputes_float.maxDimIdxZ | ( | self, | |
| int | arg1 ) |
|
static |
|
static |
| Vector3i mrmeshpy.IntersectionPrecomputes_float.sign | ( | self | ) |
stores signs of direction vector;
| None mrmeshpy.IntersectionPrecomputes_float.sign | ( | self, | |
| Vector3i | arg1 ) |
| float mrmeshpy.IntersectionPrecomputes_float.Sx | ( | self | ) |
precomputed factors
| None mrmeshpy.IntersectionPrecomputes_float.Sx | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.IntersectionPrecomputes_float.Sy | ( | self | ) |
precomputed factors
| None mrmeshpy.IntersectionPrecomputes_float.Sy | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.IntersectionPrecomputes_float.Sz | ( | self | ) |
precomputed factors
| None mrmeshpy.IntersectionPrecomputes_float.Sz | ( | self, | |
| float | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |