File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,14 @@ PBAT_HOST_DEVICE auto TriangleBarycentricCoordinates(
100
100
101
101
/* *
102
102
* @brief Computes the intersection volume between 2 axis aligned bounding boxes
103
- * @param aabb1 Axis aligned bounding box 1
104
- * @param aabb2 Axis aligned bounding box 2
103
+ * @tparam TMatrixL1 Matrix type of the lower bound of AABB 1
104
+ * @tparam TMatrixU1 Matrix type of the upper bound of AABB 1
105
+ * @tparam TMatrixL2 Matrix type of the lower bound of AABB 2
106
+ * @tparam TMatrixU2 Matrix type of the upper bound of AABB 2
107
+ * @param L1 The lower bound of AABB 1
108
+ * @param U1 The upper bound of AABB 1
109
+ * @param L2 The lower bound of AABB 2
110
+ * @param U2 The upper bound of AABB 2
105
111
* @return The intersection volume between the 2 AABBs
106
112
*/
107
113
template <
You can’t perform that action at this time.
0 commit comments