We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d53d1 commit 05196c6Copy full SHA for 05196c6
src/engine/world/mpr.h
@@ -82,6 +82,15 @@ namespace mpr
82
vec center() const;
83
};
84
85
+ /**
86
+ * @brief Entity Oriented Bounded Box
87
+ *
88
+ * The orientation of the box is set by the `orient` matrix and the size of
89
+ * the bounding box is set by the `ent->xradius`, `ent->yradius`, and
90
+ * `ent->aboveeye`/`ent->eyeheight`.
91
92
+ * The orient matrix is set by the yaw of the entity `ent`.
93
+ */
94
class EntOBB final : public Ent
95
{
96
public:
0 commit comments