We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb28c9 commit 399e7b4Copy full SHA for 399e7b4
src/main/java/math/Matrix4f.java
@@ -2,11 +2,6 @@
2
3
import java.util.Arrays;
4
5
-/**
6
- * https://www.scratchapixel.com/lessons/3d-basic-rendering/perspective-and-orthographic-projection-matrix/building-basic-perspective-projection-matrix
7
- *
8
- * @author -
9
- */
10
public class Matrix4f {
11
12
public static final Matrix4f ZERO = new Matrix4f(0, 0, 0, 0, 0, 0, 0, 0, 0,
0 commit comments