This function returns the heading in the YZ plane. For this, the Z axis is the forward axis.
A double that holds the heading in the YZ plane.
PVector v = PVector(0, 1, 1); v.headingYZ(); // Returns 45