mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
some more changes on lslapi, mostly style
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -390,6 +390,8 @@ namespace OpenSim.Region.ScriptEngine.Shared
|
||||
v1.z * scale + v2.z * invscale
|
||||
);
|
||||
}
|
||||
|
||||
public static readonly Vector3 Zero = new Vector3(0, 0, 0);
|
||||
#endregion
|
||||
}
|
||||
|
||||
@@ -662,6 +664,8 @@ namespace OpenSim.Region.ScriptEngine.Shared
|
||||
c.s = a.s * b.s - a.x * b.x - a.y * b.y - a.z * b.z;
|
||||
return c;
|
||||
}
|
||||
|
||||
public static readonly Quaternion Identity = new (0, 0, 0, 1);
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
|
||||
Reference in New Issue
Block a user