mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Added copyright heaaders. Minor cleanup.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
* Copyright (c) Contributors, http://opensimulator.org/
|
||||
* See CONTRIBUTORS.TXT for a full list of copyright holders.
|
||||
*
|
||||
@@ -43,7 +43,6 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
|
||||
}
|
||||
|
||||
|
||||
public OSSLPrim Prim;
|
||||
|
||||
[Serializable]
|
||||
@@ -57,7 +56,6 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
Rotation = new OSSLPrim_Rotation(this);
|
||||
}
|
||||
|
||||
|
||||
public OSSLPrim_Position Position;
|
||||
public OSSLPrim_Rotation Rotation;
|
||||
//public LSL_Types.Vector3 Position
|
||||
@@ -163,6 +161,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
public class OSSLPrim_Rotation
|
||||
{
|
||||
@@ -245,7 +244,5 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
// public double Z;
|
||||
// public double R;
|
||||
//}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user