Public Member Functions | |
| None | __init__ (self, MeshOrPointsXf arg0) |
| None | __init__ (self, MeshOrPoints obj, AffineXf3f xf) |
| func_bool_from_Vector3_float_MeshOrPoints_ProjectionResult | limitedProjector (self) |
| func_MeshOrPoints_ProjectionResult_from_Vector3_float | projector (self) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| MeshOrPointsXf | operator (*args, **kwargs) |
| MeshOrPointsXf | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_obj = 0 |
| typing | _offsetof_xf = 24 |
Generated from: MR::MeshOrPointsXf Aliases: std_vector_MeshOrPointsXf_const_reference, Vector_MeshOrPointsXf_ObjId.const_reference, Vector_MeshOrPointsXf_ObjId.value_type, std_vector_MeshOrPointsXf_value_type, Vector_MeshOrPointsXf_ObjId.reference, std_vector_MeshOrPointsXf_reference an object and its transformation to global space with other objects
|
static |
| None mrmeshpy.MeshOrPointsXf.__init__ | ( | self, | |
| MeshOrPointsXf | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.MeshOrPointsXf.__init__ | ( | self, | |
| MeshOrPoints | obj, | ||
| AffineXf3f | xf ) |
Implicit aggregate constructor.
| func_bool_from_Vector3_float_MeshOrPoints_ProjectionResult mrmeshpy.MeshOrPointsXf.limitedProjector | ( | self | ) |
returns a function that updates previously known projection (closest) points on this, the update takes place only if newly found closest point is closer to p than sqrt(res.distSq) given on input
|
static |
|
static |
| func_MeshOrPoints_ProjectionResult_from_Vector3_float mrmeshpy.MeshOrPointsXf.projector | ( | self | ) |
returns a function that finds projection (closest) points on this: Vector3f->ProjectionResult
|
staticprotected |
|
staticprotected |