summaryrefslogtreecommitdiff
path: root/indra/llmath/llvolume.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-10-01 13:33:14 -0500
committerDave Parks <davep@lindenlab.com>2010-10-01 13:33:14 -0500
commit11fce2013426c8472e9dba5dbf552fdd55259b86 (patch)
treef0d7a1ca50c39b81aa9b1c6c8265702806c7edc6 /indra/llmath/llvolume.h
parent845f0049324d588de1c4f5096e646b5c8a7e1e8c (diff)
Add llhysicsshapebuilderutil
Diffstat (limited to 'indra/llmath/llvolume.h')
-rw-r--r--indra/llmath/llvolume.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llmath/llvolume.h b/indra/llmath/llvolume.h
index b4b59fd402..857188ed28 100644
--- a/indra/llmath/llvolume.h
+++ b/indra/llmath/llvolume.h
@@ -646,6 +646,8 @@ public:
const F32& getSkew() const { return mPathParams.getSkew(); }
const LLUUID& getSculptID() const { return mSculptID; }
const U8& getSculptType() const { return mSculptType; }
+ bool isSculpt() const;
+ bool isMeshSculpt() const;
BOOL isConvex() const;
// 'begin' and 'end' should be in range [0, 1] (they will be clamped)