We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9970f33 commit 5cf8b44Copy full SHA for 5cf8b44
src/engine/world/mpr.h
@@ -50,6 +50,16 @@ namespace mpr
50
* @return vec containing sum of o, size/2
51
*/
52
vec center() const;
53
+
54
+ /**
55
+ * @brief Returns o added to size in channels specified by passed vec.
56
+ *
57
+ * For fields in n that are greater than zero, adds size to that field in
58
+ * o. The values of n are irrelevant other than whether they are greater
59
+ * than zero.
60
61
+ * @return vec containing values of o conditionally summed with size
62
+ */
63
vec supportpoint(const vec &n) const;
64
};
65
0 commit comments