__init__(*args, **kwargs) | mrmeshpy.MultiRayMeshIntersectResult | static |
__init__(self) | mrmeshpy.MultiRayMeshIntersectResult | |
__init__(self, BitSet intersectingRays, std_vector_float rayDistances, std_vector_Id_FaceTag isectFaces, std_vector_TriPoint_float isectBary, std_vector_Vector3_float isectPts) | mrmeshpy.MultiRayMeshIntersectResult | |
_offsetof_intersectingRays | mrmeshpy.MultiRayMeshIntersectResult | protectedstatic |
_offsetof_isectBary | mrmeshpy.MultiRayMeshIntersectResult | protectedstatic |
_offsetof_isectFaces | mrmeshpy.MultiRayMeshIntersectResult | protectedstatic |
_offsetof_isectPts | mrmeshpy.MultiRayMeshIntersectResult | protectedstatic |
_offsetof_rayDistances | mrmeshpy.MultiRayMeshIntersectResult | protectedstatic |
intersectingRays(self) | mrmeshpy.MultiRayMeshIntersectResult | |
intersectingRays(self, BitSet arg1) | mrmeshpy.MultiRayMeshIntersectResult | |
isectBary(self) | mrmeshpy.MultiRayMeshIntersectResult | |
isectBary(self, std_vector_TriPoint_float arg1) | mrmeshpy.MultiRayMeshIntersectResult | |
isectFaces(self) | mrmeshpy.MultiRayMeshIntersectResult | |
isectFaces(self, std_vector_Id_FaceTag arg1) | mrmeshpy.MultiRayMeshIntersectResult | |
isectPts(self) | mrmeshpy.MultiRayMeshIntersectResult | |
isectPts(self, std_vector_Vector3_float arg1) | mrmeshpy.MultiRayMeshIntersectResult | |
operator(*args, **kwargs) | mrmeshpy.MultiRayMeshIntersectResult | static |
operator(*args, **kwargs) | mrmeshpy.MultiRayMeshIntersectResult | static |
rayDistances(self) | mrmeshpy.MultiRayMeshIntersectResult | |
rayDistances(self, std_vector_float arg1) | mrmeshpy.MultiRayMeshIntersectResult | |