MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.IntersectionPrecomputes_float Class Reference

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)
 
int maxDimIdxZ (self)
 
None maxDimIdxZ (self, int arg1)
 

Detailed Description

Generated from:  MR::IntersectionPrecomputes<float>

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.IntersectionPrecomputes_float.__init__ ( self)

◆ __init__() [2/3]

None meshlib.mrmeshpy.IntersectionPrecomputes_float.__init__ ( self,
Vector3f dir )

◆ __init__() [3/3]

None meshlib.mrmeshpy.IntersectionPrecomputes_float.__init__ ( self,
IntersectionPrecomputes_float arg0 )
Implicit copy constructor.

Member Function Documentation

◆ maxDimIdxZ() [1/2]

int meshlib.mrmeshpy.IntersectionPrecomputes_float.maxDimIdxZ ( self)
[0]max, [1]next, [2]next-next
f.e. {1,2,-3} => {2,1,0}

◆ maxDimIdxZ() [2/2]

None meshlib.mrmeshpy.IntersectionPrecomputes_float.maxDimIdxZ ( self,
int arg1 )

◆ Sx() [1/2]

float meshlib.mrmeshpy.IntersectionPrecomputes_float.Sx ( self)
precomputed factors

◆ Sx() [2/2]

None meshlib.mrmeshpy.IntersectionPrecomputes_float.Sx ( self,
float arg1 )

◆ Sy() [1/2]

float meshlib.mrmeshpy.IntersectionPrecomputes_float.Sy ( self)
precomputed factors

◆ Sy() [2/2]

None meshlib.mrmeshpy.IntersectionPrecomputes_float.Sy ( self,
float arg1 )

◆ Sz() [1/2]

float meshlib.mrmeshpy.IntersectionPrecomputes_float.Sz ( self)
precomputed factors

◆ Sz() [2/2]

None meshlib.mrmeshpy.IntersectionPrecomputes_float.Sz ( self,
float arg1 )

The documentation for this class was generated from the following file: