Skip to content

Commit 8a042ad

Browse files
committed
the
1 parent 40306c8 commit 8a042ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/progressed/util/Math3D.java

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ public static Vec2 inaccuracy(float inaccuracy){
136136
}
137137

138138
//See my notebook for half the calculation. Oh wait, you don't have access to it because I physically hold it.
139+
//And apparently neither do I; I forgot to bring it with me to my dorm.
139140
public static float homingPitch(float x1, float y1, float z1, float x2, float y2, float v2, float a, float g){
140141
float dst = Mathf.dst(x1, y1, x2, y2);
141142

0 commit comments

Comments
 (0)