Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, Vector3d dir) |
float | Sx (self) |
None | Sx (self, float arg1) |
float | Sy (self) |
None | Sy (self, float arg1) |
float | Sz (self) |
None | Sz (self, float arg1) |
Vector3d | invDir (self) |
None | invDir (self, Vector3d 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_double | operator (*args, **kwargs) |
IntersectionPrecomputes_double | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_Sx = 48 |
typing | _offsetof_Sy = 56 |
typing | _offsetof_Sz = 64 |
typing | _offsetof_idxX = 28 |
typing | _offsetof_idxY = 32 |
typing | _offsetof_invDir = 0 |
typing | _offsetof_maxDimIdxZ = 24 |
typing | _offsetof_sign = 36 |
Generated from: MR::IntersectionPrecomputes<double> stores useful precomputed values for presented direction vector \\details allows to avoid repeatable computations during intersection finding
|
static |
None mrmeshpy.IntersectionPrecomputes_double.__init__ | ( | self | ) |
None mrmeshpy.IntersectionPrecomputes_double.__init__ | ( | self, | |
Vector3d | dir ) |
Vector3d mrmeshpy.IntersectionPrecomputes_double.invDir | ( | self | ) |
{1 / dir}
None mrmeshpy.IntersectionPrecomputes_double.invDir | ( | self, | |
Vector3d | arg1 ) |
int mrmeshpy.IntersectionPrecomputes_double.maxDimIdxZ | ( | self | ) |
[0]max, [1]next, [2]next-next f.e. {1,2,-3} => {2,1,0}
None mrmeshpy.IntersectionPrecomputes_double.maxDimIdxZ | ( | self, | |
int | arg1 ) |
|
static |
|
static |
Vector3i mrmeshpy.IntersectionPrecomputes_double.sign | ( | self | ) |
stores signs of direction vector;
None mrmeshpy.IntersectionPrecomputes_double.sign | ( | self, | |
Vector3i | arg1 ) |
float mrmeshpy.IntersectionPrecomputes_double.Sx | ( | self | ) |
precomputed factors
None mrmeshpy.IntersectionPrecomputes_double.Sx | ( | self, | |
float | arg1 ) |
float mrmeshpy.IntersectionPrecomputes_double.Sy | ( | self | ) |
precomputed factors
None mrmeshpy.IntersectionPrecomputes_double.Sy | ( | self, | |
float | arg1 ) |
float mrmeshpy.IntersectionPrecomputes_double.Sz | ( | self | ) |
precomputed factors
None mrmeshpy.IntersectionPrecomputes_double.Sz | ( | self, | |
float | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |