|
Blender V4.3
|
Go to the source code of this file.
Classes | |
| class | BoundBox |
| class | BoundBox2D |
Functions | |
| __forceinline BoundBox | merge (const BoundBox &bbox, const float3 &pt) |
| __forceinline BoundBox | merge (const BoundBox &a, const BoundBox &b) |
| __forceinline BoundBox | merge (const BoundBox &a, const BoundBox &b, const BoundBox &c, const BoundBox &d) |
| __forceinline BoundBox | intersect (const BoundBox &a, const BoundBox &b) |
| __forceinline BoundBox | intersect (const BoundBox &a, const BoundBox &b, const BoundBox &c) |
| __forceinline BoundBox intersect | ( | const BoundBox & | a, |
| const BoundBox & | b ) |
Definition at line 178 of file boundbox.h.
Referenced by BKE_gpencil_stroke_trim(), BLI_bvhtree_intersect_plane(), bvhtree_intersect_plane_dfs_recursive(), distribute_from_volume_exec(), intersect(), particle_intersect_mesh(), and blender::geometry::poly_find_doubles().
| __forceinline BoundBox intersect | ( | const BoundBox & | a, |
| const BoundBox & | b, | ||
| const BoundBox & | c ) |
Definition at line 183 of file boundbox.h.
References b, and intersect().
| __forceinline BoundBox merge | ( | const BoundBox & | a, |
| const BoundBox & | b ) |
Definition at line 165 of file boundbox.h.
| __forceinline BoundBox merge | ( | const BoundBox & | a, |
| const BoundBox & | b, | ||
| const BoundBox & | c, | ||
| const BoundBox & | d ) |
Definition at line 170 of file boundbox.h.
| __forceinline BoundBox merge | ( | const BoundBox & | bbox, |
| const float3 & | pt ) |
Definition at line 160 of file boundbox.h.
References BoundBox::max, BoundBox::min, and min.
Referenced by merge().