mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-24 10:51:08 +00:00
minor notes in comments of Matrix classes
This commit is contained in:
parent
920d683954
commit
ebb56e9d77
|
@ -101,7 +101,7 @@ namespace OpenTK
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Constructs a new instnace.
|
/// Constructs a new instance.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="matrix">A Matrix4 to take the upper-left 3x3 from.</param>
|
/// <param name="matrix">A Matrix4 to take the upper-left 3x3 from.</param>
|
||||||
public Matrix3(Matrix4 matrix)
|
public Matrix3(Matrix4 matrix)
|
||||||
|
|
|
@ -587,6 +587,7 @@ namespace OpenTK
|
||||||
#region Multiply Functions
|
#region Multiply Functions
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
/// This isn't quite a multiply, but the result may be useful in some situations.
|
||||||
/// Multiplies two instances.
|
/// Multiplies two instances.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="left">The left operand of the multiplication.</param>
|
/// <param name="left">The left operand of the multiplication.</param>
|
||||||
|
@ -600,6 +601,7 @@ namespace OpenTK
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
/// This isn't quite a multiply, but the result may be useful in some situations.
|
||||||
/// Multiplies two instances.
|
/// Multiplies two instances.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="left">The left operand of the multiplication.</param>
|
/// <param name="left">The left operand of the multiplication.</param>
|
||||||
|
@ -641,6 +643,7 @@ namespace OpenTK
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
/// This isn't quite a multiply, but the result may be useful in some situations.
|
||||||
/// Multiplies two instances.
|
/// Multiplies two instances.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="left">The left operand of the multiplication.</param>
|
/// <param name="left">The left operand of the multiplication.</param>
|
||||||
|
|
|
@ -584,6 +584,7 @@ namespace OpenTK
|
||||||
#region Multiply Functions
|
#region Multiply Functions
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
/// This isn't quite a multiply, but the result may be useful in some situations.
|
||||||
/// Multiplies two instances.
|
/// Multiplies two instances.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="left">The left operand of the multiplication.</param>
|
/// <param name="left">The left operand of the multiplication.</param>
|
||||||
|
@ -597,6 +598,7 @@ namespace OpenTK
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
/// This isn't quite a multiply, but the result may be useful in some situations.
|
||||||
/// Multiplies two instances.
|
/// Multiplies two instances.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="left">The left operand of the multiplication.</param>
|
/// <param name="left">The left operand of the multiplication.</param>
|
||||||
|
|
Loading…
Reference in a new issue