diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/llmath/v4math.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2 meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz |
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/llmath/v4math.h')
-rw-r--r-- | linden/indra/llmath/v4math.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/linden/indra/llmath/v4math.h b/linden/indra/llmath/v4math.h index 06ac777..f768ba7 100644 --- a/linden/indra/llmath/v4math.h +++ b/linden/indra/llmath/v4math.h | |||
@@ -40,10 +40,6 @@ class LLQuaternion; | |||
40 | 40 | ||
41 | static const U32 LENGTHOFVECTOR4 = 4; | 41 | static const U32 LENGTHOFVECTOR4 = 4; |
42 | 42 | ||
43 | #if LL_WINDOWS | ||
44 | __declspec( align(16) ) | ||
45 | #endif | ||
46 | |||
47 | class LLVector4 | 43 | class LLVector4 |
48 | { | 44 | { |
49 | public: | 45 | public: |
@@ -114,12 +110,7 @@ class LLVector4 | |||
114 | friend const LLVector4& operator/=(LLVector4 &a, F32 k); // Return a divided by scaler k | 110 | friend const LLVector4& operator/=(LLVector4 &a, F32 k); // Return a divided by scaler k |
115 | 111 | ||
116 | friend LLVector4 operator-(const LLVector4 &a); // Return vector -a | 112 | friend LLVector4 operator-(const LLVector4 &a); // Return vector -a |
117 | } | 113 | }; |
118 | #if LL_DARWIN | ||
119 | __attribute__ ((aligned (16))) | ||
120 | #endif | ||
121 | ; | ||
122 | |||
123 | 114 | ||
124 | // Non-member functions | 115 | // Non-member functions |
125 | F32 angle_between(const LLVector4 &a, const LLVector4 &b); // Returns angle (radians) between a and b | 116 | F32 angle_between(const LLVector4 &a, const LLVector4 &b); // Returns angle (radians) between a and b |