mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
set svn:eol-style
This commit is contained in:
@@ -1,25 +1,25 @@
|
||||
using System;
|
||||
using libsecondlife;
|
||||
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
[Serializable]
|
||||
public class sLLVector3
|
||||
{
|
||||
public sLLVector3()
|
||||
{
|
||||
|
||||
}
|
||||
public sLLVector3(LLVector3 v)
|
||||
{
|
||||
x = v.X;
|
||||
y = v.Y;
|
||||
z = v.Z;
|
||||
}
|
||||
public float x;
|
||||
public float y;
|
||||
public float z;
|
||||
}
|
||||
|
||||
}
|
||||
using System;
|
||||
using libsecondlife;
|
||||
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
[Serializable]
|
||||
public class sLLVector3
|
||||
{
|
||||
public sLLVector3()
|
||||
{
|
||||
|
||||
}
|
||||
public sLLVector3(LLVector3 v)
|
||||
{
|
||||
x = v.X;
|
||||
y = v.Y;
|
||||
z = v.Z;
|
||||
}
|
||||
public float x;
|
||||
public float y;
|
||||
public float z;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user