Go to the source code of this file.
|
MRC_API MR_VertId | MR_findDirMax_3_const_MR_Vector3f_ref_MR_Mesh (const MR_Vector3f *dir, const MR_Mesh *m, const MR_UseAABBTree *u) |
|
MRC_API MR_VertId | MR_findDirMax_3_const_MR_Vector3f_ref_MR_MeshPart (const MR_Vector3f *dir, const MR_MeshPart *mp, const MR_UseAABBTree *u) |
|
MRC_API MR_VertId | MR_findDirMax_3_const_MR_Vector3f_ref_MR_MeshVertPart (const MR_Vector3f *dir, const MR_MeshVertPart *mp, const MR_UseAABBTree *u) |
|
MRC_API MR_VertId | MR_findDirMax_3_const_MR_Vector3f_ref_MR_Polyline3 (const MR_Vector3f *dir, const MR_Polyline3 *polyline, const MR_UseAABBTree *u) |
|
MRC_API MR_VertId | MR_findDirMax_3_const_MR_Vector2f_ref (const MR_Vector2f *dir, const MR_Polyline2 *polyline, const MR_UseAABBTree *u) |
|
MRC_API MR_VertId | MR_findDirMax_4 (const MR_Vector3f *dir, const MR_PointCloud *cloud, const MR_VertBitSet *region, const MR_UseAABBTree *u) |
|
MRC_API MR_VertId | MR_findDirMax_3_const_MR_Vector3f_ref_MR_AABBTreePoints (const MR_Vector3f *dir, const MR_AABBTreePoints *tree, const MR_VertBitSet *region) |
|
◆ MR_AABBTreePoints
◆ MR_Mesh
◆ MR_MeshPart
◆ MR_MeshVertPart
◆ MR_PointCloud
◆ MR_Polyline2
◆ MR_Polyline3
◆ MR_Vector2f
typedef struct MR_Vector2f MR_Vector2f |
◆ MR_Vector3f
typedef struct MR_Vector3f MR_Vector3f |
◆ MR_VertBitSet
◆ MR_findDirMax_3_const_MR_Vector2f_ref()
finds the vertex in the polyline having the largest projection on given direction, optionally uses aabb-tree inside for faster computation Generated from function MR::findDirMax
. Parameter dir
can not be null. It is a single object. Parameter polyline
can not be null. It is a single object. Parameter u
has a default argument: UseAABBTree::Yes
, pass a null pointer to use it.
◆ MR_findDirMax_3_const_MR_Vector3f_ref_MR_AABBTreePoints()
finds the point in the tree having the largest projection on given direction Generated from function MR::findDirMax
. Parameter dir
can not be null. It is a single object. Parameter tree
can not be null. It is a single object. Parameter region
defaults to a null pointer in C++.
◆ MR_findDirMax_3_const_MR_Vector3f_ref_MR_Mesh()
finds the vertex in the mesh part having the largest projection on given direction, optionally uses aabb-tree inside for faster computation Generated from function MR::findDirMax
. Parameter dir
can not be null. It is a single object. Parameter m
can not be null. It is a single object. Parameter u
has a default argument: UseAABBTree::Yes
, pass a null pointer to use it.
◆ MR_findDirMax_3_const_MR_Vector3f_ref_MR_MeshPart()
finds the vertex in the mesh part having the largest projection on given direction, optionally uses aabb-tree inside for faster computation Generated from function MR::findDirMax
. Parameter dir
can not be null. It is a single object. Parameter mp
can not be null. It is a single object. Parameter u
has a default argument: UseAABBTree::Yes
, pass a null pointer to use it.
◆ MR_findDirMax_3_const_MR_Vector3f_ref_MR_MeshVertPart()
finds the vertex in the mesh part having the largest projection on given direction, optionally uses aabb-points-tree inside for faster computation Generated from function MR::findDirMax
. Parameter dir
can not be null. It is a single object. Parameter mp
can not be null. It is a single object. Parameter u
has a default argument: UseAABBTree::Yes
, pass a null pointer to use it.
◆ MR_findDirMax_3_const_MR_Vector3f_ref_MR_Polyline3()
finds the vertex in the polyline having the largest projection on given direction, optionally uses aabb-tree inside for faster computation Generated from function MR::findDirMax
. Parameter dir
can not be null. It is a single object. Parameter polyline
can not be null. It is a single object. Parameter u
has a default argument: UseAABBTree::Yes
, pass a null pointer to use it.
◆ MR_findDirMax_4()
finds the point in the cloud having the largest projection on given direction, optionally uses aabb-tree inside for faster computation Generated from function MR::findDirMax
. Parameter dir
can not be null. It is a single object. Parameter cloud
can not be null. It is a single object. Parameter region
defaults to a null pointer in C++. Parameter u
has a default argument: UseAABBTree::Yes
, pass a null pointer to use it.