Skip to content

Commit

Permalink
Add mixing return to EllipsoidTangentPlane.fromPoints
Browse files Browse the repository at this point in the history
  • Loading branch information
zoran995 committed Nov 7, 2020
1 parent ec320dd commit 2c55943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/EllipsoidTangentPlane.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ var tmp = new AxisAlignedBoundingBox();
*
* @param {Cartesian3[]} cartesians The list of positions surrounding the center point.
* @param {Ellipsoid} [ellipsoid=Ellipsoid.WGS84] The ellipsoid to use.
* @returns {EllipsoidTangentPlane} The new instance of EllipsoidTangentPlane.
*/
EllipsoidTangentPlane.fromPoints = function (cartesians, ellipsoid) {
//>>includeStart('debug', pragmas.debug);
Expand Down

0 comments on commit 2c55943

Please sign in to comment.