Skip to content

Commit 399e7b4

Browse files
committed
Removed clutter.
1 parent bfb28c9 commit 399e7b4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/math/Matrix4f.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
import java.util.Arrays;
44

5-
/**
6-
* https://www.scratchapixel.com/lessons/3d-basic-rendering/perspective-and-orthographic-projection-matrix/building-basic-perspective-projection-matrix
7-
*
8-
* @author -
9-
*/
105
public class Matrix4f {
116

127
public static final Matrix4f ZERO = new Matrix4f(0, 0, 0, 0, 0, 0, 0, 0, 0,

0 commit comments

Comments
 (0)