Add missing doc to rotation/position methods in SOG

remove-scene-viewer
Justin Clark-Casey (justincc) 2011-10-28 23:38:57 +01:00
parent 0fe756e42c
commit 9bf8c3e7b7
1 changed files with 5 additions and 5 deletions

View File

@ -2808,7 +2808,7 @@ namespace OpenSim.Region.Framework.Scenes
#region Rotation
/// <summary>
///
/// Update the rotation of the group.
/// </summary>
/// <param name="rot"></param>
public void UpdateGroupRotationR(Quaternion rot)
@ -2836,7 +2836,7 @@ namespace OpenSim.Region.Framework.Scenes
}
/// <summary>
///
/// Update the position and rotation of a group simultaneously.
/// </summary>
/// <param name="pos"></param>
/// <param name="rot"></param>
@ -2870,7 +2870,7 @@ namespace OpenSim.Region.Framework.Scenes
}
/// <summary>
///
/// Update the rotation of a single prim within the group.
/// </summary>
/// <param name="rot"></param>
/// <param name="localID"></param>
@ -2899,7 +2899,7 @@ namespace OpenSim.Region.Framework.Scenes
}
/// <summary>
///
/// Update the position and rotation simultaneously of a single prim within the group.
/// </summary>
/// <param name="rot"></param>
/// <param name="localID"></param>
@ -2931,7 +2931,7 @@ namespace OpenSim.Region.Framework.Scenes
}
/// <summary>
///
/// Update the entire rotation of the group.
/// </summary>
/// <param name="rot"></param>
public void UpdateRootRotation(Quaternion rot)