• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

parabola

  1. AutisticTenacity

    Accurate ParabolaZ function

    It has recently come to my attention that a number of ParabolaZ functions are incorrect, or rather, they are only accurate if the initial Z level and final Z level are identical - or if the maximum height value is sufficiently greater than either of the Z values. Take for example, the popular...
  2. Tuna

    [Solved] [Math Problem] Implementing XY velocity to double jump

    HELP! I SUCK! 2 hours and I still can't figure it out! So here's a sample trigger I have when the unit jumps from the ground: Set InitialVelocity = 100 Set InitialHeight = 0 When a unit jumps from mid air: Set InitialVelocity = 2*InitialVelocty + (Acceleration_Variable)*(Time_Variable) Set...
  3. Ofel

    Parabola with fixed max height and velocity

    I'm trying to project a missile to a point vertically higher with fixed max height and velocity of x. Max height should be based on whether initial x or target x, depending which one is higher (above target). Anyone know how to find or operate the velocity of y? Or maybe any other way to draw...
  4. Ofel

    Projecting on the parabolic line

    How to find the x, y, and z when a projectile move by m basing on the parabolic line? Basically, if the projectile move to the green dot, what is the distance (xy) and what is the length of z? And also, how to find the length of the arc?
  5. Ofel

    Parabola in 3D

    How do I find the length of x and y? I have a projectile that move by 30 on every iteration towards target but I want to apply that 30 to the parabola plane instead to the line straight to the target. I used this function to make the arc projection: function Parabola takes real h, real d, real...
Top