* In earth case, with common earth datums, there is no need for this buffer since the intersection point is always (relatively) very close to the center.
* In WGS84 datum, intersection point is at max z = +-42841.31151331382 (0.673% of z-axis).
* Intersection point could be outside the ellipsoid if the ratio of MajorAxis / AxisOfRotation is bigger than the square root of 2
- * @param{Cartesian}[result] The cartesian to which to copy the result, or undefined to create and
+ * @param{Cartesian3}[result] The cartesian to which to copy the result, or undefined to create and
* return a new instance.
- * @returns{Cartesian | undefined} the intersection point if it's inside the ellipsoid, undefined otherwise
+ * @returns{Cartesian3 | undefined} the intersection point if it's inside the ellipsoid, undefined otherwise
*
* @exception{DeveloperError} position is required.
* @exception{DeveloperError} Ellipsoid must be an ellipsoid of revolution (radii.x == radii.y).
0 comments on commit
e9a5855