Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, BitSet intersectingRays, std_vector_float rayDistances, std_vector_Id_FaceTag isectFaces, std_vector_TriPoint_float isectBary, std_vector_Vector3_float isectPts) |
BitSet | intersectingRays (self) |
None | intersectingRays (self, BitSet arg1) |
std_vector_TriPoint_float | isectBary (self) |
None | isectBary (self, std_vector_TriPoint_float arg1) |
std_vector_Id_FaceTag | isectFaces (self) |
None | isectFaces (self, std_vector_Id_FaceTag arg1) |
std_vector_Vector3_float | isectPts (self) |
None | isectPts (self, std_vector_Vector3_float arg1) |
std_vector_float | rayDistances (self) |
None | rayDistances (self, std_vector_float arg1) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
MultiRayMeshIntersectResult | operator (*args, **kwargs) |
MultiRayMeshIntersectResult | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_intersectingRays = 0 |
typing | _offsetof_isectBary = 24 |
typing | _offsetof_isectFaces = 16 |
typing | _offsetof_isectPts = 32 |
typing | _offsetof_rayDistances = 8 |
Generated from: MR::MultiRayMeshIntersectResult
|
static |
None mrmeshpy.MultiRayMeshIntersectResult.__init__ | ( | self | ) |
None 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 ) |
Implicit aggregate constructor.
BitSet mrmeshpy.MultiRayMeshIntersectResult.intersectingRays | ( | self | ) |
true if the ray has intersection with mesh part, false otherwise
None mrmeshpy.MultiRayMeshIntersectResult.intersectingRays | ( | self, | |
BitSet | arg1 ) |
std_vector_TriPoint_float mrmeshpy.MultiRayMeshIntersectResult.isectBary | ( | self | ) |
barycentric coordinates of the intersection point within intersected triangle or NaNs if no intersection
None mrmeshpy.MultiRayMeshIntersectResult.isectBary | ( | self, | |
std_vector_TriPoint_float | arg1 ) |
std_vector_Id_FaceTag mrmeshpy.MultiRayMeshIntersectResult.isectFaces | ( | self | ) |
intersected triangles from mesh
None mrmeshpy.MultiRayMeshIntersectResult.isectFaces | ( | self, | |
std_vector_Id_FaceTag | arg1 ) |
std_vector_Vector3_float mrmeshpy.MultiRayMeshIntersectResult.isectPts | ( | self | ) |
intersection points or NaNs if no intersection
None mrmeshpy.MultiRayMeshIntersectResult.isectPts | ( | self, | |
std_vector_Vector3_float | arg1 ) |
|
static |
|
static |
std_vector_float mrmeshpy.MultiRayMeshIntersectResult.rayDistances | ( | self | ) |
distance along each ray till the intersection point or NaN if no intersection
None mrmeshpy.MultiRayMeshIntersectResult.rayDistances | ( | self, | |
std_vector_float | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |