diff options
author | dahlia | 2013-06-14 20:00:20 -0700 |
---|---|---|
committer | dahlia | 2013-06-14 20:00:20 -0700 |
commit | 694c4bcbb671338263802457bb5a384c4fe44d26 (patch) | |
tree | a3b745d4da9a156cfc9543367a01ac7e9c92af59 /OpenSim/Region | |
parent | Lock m_classifiedCache and m_classifiedInterest dictionary reads in UserProfi... (diff) | |
download | opensim-SC_OLD-694c4bcbb671338263802457bb5a384c4fe44d26.zip opensim-SC_OLD-694c4bcbb671338263802457bb5a384c4fe44d26.tar.gz opensim-SC_OLD-694c4bcbb671338263802457bb5a384c4fe44d26.tar.bz2 opensim-SC_OLD-694c4bcbb671338263802457bb5a384c4fe44d26.tar.xz |
correct method doc for llRot2Axis()
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index 256167c..c0b8373 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -4727,7 +4727,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
4727 | } | 4727 | } |
4728 | 4728 | ||
4729 | /// <summary> | 4729 | /// <summary> |
4730 | /// Converts a Quaternion to X,Y,Z axis rotations | 4730 | /// Returns the axis of rotation for a quaternion |
4731 | /// </summary> | 4731 | /// </summary> |
4732 | /// <returns></returns> | 4732 | /// <returns></returns> |
4733 | /// <param name='rot'></param> | 4733 | /// <param name='rot'></param> |