diff options
Diffstat (limited to 'OpenSim.Framework/OSVector3.cs')
-rw-r--r-- | OpenSim.Framework/OSVector3.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/OpenSim.Framework/OSVector3.cs b/OpenSim.Framework/OSVector3.cs deleted file mode 100644 index b5d1223..0000000 --- a/OpenSim.Framework/OSVector3.cs +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | using System; | ||
2 | using System.Collections.Generic; | ||
3 | using System.Text; | ||
4 | |||
5 | namespace OpenSim.Framework | ||
6 | { | ||
7 | public class OSVector3 | ||
8 | { | ||
9 | public float X; | ||
10 | public float Y; | ||
11 | public float Z; | ||
12 | |||
13 | public OSVector3() | ||
14 | { | ||
15 | |||
16 | } | ||
17 | } | ||
18 | } | ||