Add missing doc to rotation/position methods in SOG
parent
0fe756e42c
commit
9bf8c3e7b7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue