mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Applying Xantor's patch 0001089 - Added llRot2Angle, llRot2Axis,llAxisAngle2Rot. Re-implemented llRot2Euler, llEuler2Rot
This commit is contained in:
@@ -1044,9 +1044,9 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
return m_LSL_Functions.llRot2Axis(rot);
|
||||
}
|
||||
|
||||
public void llRot2Angle()
|
||||
public double llRot2Angle(LSL_Types.Quaternion rot)
|
||||
{
|
||||
m_LSL_Functions.llRot2Angle();
|
||||
return m_LSL_Functions.llRot2Angle(rot);
|
||||
}
|
||||
|
||||
public double llAcos(double val)
|
||||
|
||||
Reference in New Issue
Block a user