Skip to content

Commit

Permalink
the
Browse files Browse the repository at this point in the history
  • Loading branch information
MEEPofFaith committed Nov 8, 2024
1 parent 40306c8 commit 8a042ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/progressed/util/Math3D.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public static Vec2 inaccuracy(float inaccuracy){
}

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

Expand Down

0 comments on commit 8a042ad

Please sign in to comment.