midpoint

Calculates the midpoint between self and rhs. The midpoint is the average of, or halfway point between, two vectors. a.midpoint(b) should yield the same result as a.lerp(b, 0.5) while being slightly cheaper to compute.

Arguments

  • _self : DVec4 - No Documentation 🚧
  • rhs : DVec4 - No Documentation 🚧

Returns

  • arg0 : DVec4 - No Documentation 🚧