diff options
author | Jacek Antonelli | 2008-08-15 23:45:01 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:01 -0500 |
commit | 28d8d4e7664bcd6c8369cc18832e42096af7cad2 (patch) | |
tree | 069020fe66339aff2ca4176370ff743b14713f2d /linden/indra/llmath/llvolume.h | |
parent | Second Life viewer sources 1.17.2.0 (diff) | |
download | meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.zip meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.gz meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.bz2 meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.xz |
Second Life viewer sources 1.17.3.0
Diffstat (limited to 'linden/indra/llmath/llvolume.h')
-rw-r--r-- | linden/indra/llmath/llvolume.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmath/llvolume.h b/linden/indra/llmath/llvolume.h index 3973f70..8292d0c 100644 --- a/linden/indra/llmath/llvolume.h +++ b/linden/indra/llmath/llvolume.h | |||
@@ -842,7 +842,7 @@ public: | |||
842 | U8 getPathType() const { return mPathp->mParams.getCurveType(); } | 842 | U8 getPathType() const { return mPathp->mParams.getCurveType(); } |
843 | S32 getNumFaces() const { return (S32)mProfilep->mFaces.size(); } | 843 | S32 getNumFaces() const { return (S32)mProfilep->mFaces.size(); } |
844 | S32 getNumVolumeFaces() const { return mNumVolumeFaces; } | 844 | S32 getNumVolumeFaces() const { return mNumVolumeFaces; } |
845 | const F32 getDetail() const { return mDetail; } | 845 | F32 getDetail() const { return mDetail; } |
846 | const LLVolumeParams & getParams() const { return mParams; } | 846 | const LLVolumeParams & getParams() const { return mParams; } |
847 | LLVolumeParams getCopyOfParams() const { return mParams; } | 847 | LLVolumeParams getCopyOfParams() const { return mParams; } |
848 | const LLProfile& getProfile() const { return *mProfilep; } | 848 | const LLProfile& getProfile() const { return *mProfilep; } |