minor notes in comments of Matrix classes

This commit is contained in:
Andy Korth 2013-01-31 09:58:49 -06:00
parent 920d683954
commit ebb56e9d77
3 changed files with 6 additions and 1 deletions

View file

@ -101,7 +101,7 @@ namespace OpenTK
}
/// <summary>
/// Constructs a new instnace.
/// Constructs a new instance.
/// </summary>
/// <param name="matrix">A Matrix4 to take the upper-left 3x3 from.</param>
public Matrix3(Matrix4 matrix)

View file

@ -587,6 +587,7 @@ namespace OpenTK
#region Multiply Functions
/// <summary>
/// This isn't quite a multiply, but the result may be useful in some situations.
/// Multiplies two instances.
/// </summary>
/// <param name="left">The left operand of the multiplication.</param>
@ -600,6 +601,7 @@ namespace OpenTK
}
/// <summary>
/// This isn't quite a multiply, but the result may be useful in some situations.
/// Multiplies two instances.
/// </summary>
/// <param name="left">The left operand of the multiplication.</param>
@ -641,6 +643,7 @@ namespace OpenTK
}
/// <summary>
/// This isn't quite a multiply, but the result may be useful in some situations.
/// Multiplies two instances.
/// </summary>
/// <param name="left">The left operand of the multiplication.</param>

View file

@ -584,6 +584,7 @@ namespace OpenTK
#region Multiply Functions
/// <summary>
/// This isn't quite a multiply, but the result may be useful in some situations.
/// Multiplies two instances.
/// </summary>
/// <param name="left">The left operand of the multiplication.</param>
@ -597,6 +598,7 @@ namespace OpenTK
}
/// <summary>
/// This isn't quite a multiply, but the result may be useful in some situations.
/// Multiplies two instances.
/// </summary>
/// <param name="left">The left operand of the multiplication.</param>