diff options
| author | Dave Parks <davep@lindenlab.com> | 2010-04-07 12:39:45 -0500 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2010-04-07 12:39:45 -0500 |
| commit | b6d3d2281b855448bbeec33b2d229222d75cd6b1 (patch) | |
| tree | 99b5c533bcf19a4b02247e601939346b6f2151df /indra/llmath/v2math.h | |
| parent | 87cce27de3dd23a40d812a7c9000b1972cb4bca3 (diff) | |
| parent | 3b7b578733867efaeb9359df69df1fe400de0f10 (diff) | |
merge
Diffstat (limited to 'indra/llmath/v2math.h')
| -rw-r--r-- | indra/llmath/v2math.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llmath/v2math.h b/indra/llmath/v2math.h index 9fef8851cc..f9f1c024f2 100644 --- a/indra/llmath/v2math.h +++ b/indra/llmath/v2math.h @@ -66,6 +66,9 @@ class LLVector2 void set(const LLVector2 &vec); // Sets LLVector2 to vec void set(const F32 *vec); // Sets LLVector2 to vec + LLSD getValue() const; + void setValue(LLSD& sd); + void setVec(F32 x, F32 y); // deprecated void setVec(const LLVector2 &vec); // deprecated void setVec(const F32 *vec); // deprecated |
