Example #1
0
 private double SphericalTheta(Vector3 v)
 {
     return(Math.Acos(Utils.Clamp(v.z, -1, 1)));
 }