Skip to content

Commit 4ade516

Browse files
author
Dominic Beger
committed
Fix error in documentation
1 parent 5f43063 commit 4ade516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SharpMath/Geometry/Matrix4x4.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace SharpMath.Geometry
66
{
77
/// <summary>
8-
/// Represents a 3x3 matrix and provides functions to transform 3-dimensional vectors.
8+
/// Represents a 4x4 matrix and provides functions to transform 3-dimensional vectors.
99
/// </summary>
1010
// ReSharper disable once InconsistentNaming
1111
public class Matrix4x4 : SquareMatrix

0 commit comments

Comments
 (0)