* Vector4.cs: Fixed doc comment to refer to the single-precision
version of the structure, rather than the double-precision one.
This commit is contained in:
parent
4bc0db1d10
commit
9c8247c13a
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ namespace OpenTK
|
|||
/// The w component is initialized to 0.
|
||||
/// </summary>
|
||||
/// <param name="v">The Vector3 to copy components from.</param>
|
||||
/// <remarks><seealso cref="Vector4(Vector3d, double)"/></remarks>
|
||||
/// <remarks><seealso cref="Vector4(Vector3, float)"/></remarks>
|
||||
public Vector4(Vector3 v)
|
||||
{
|
||||
X = v.X;
|
||||
|
|
Loading…
Reference in a new issue