-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. All prototype functions now have static equivalents. 2. All functions now do proper error checking. 3. All functions no longer require Cartesian3 instances and instead will work with any object that has an x, y, and z properties. 4. All functions that produce a Cartesian3 now take an optional result parameter. 5. Code coverage for Cartesian3 is now 100% 6. Remove a few unused functions. 7. Add several functions to Cartesian2 that already existed on Cartesian3 (everything but cross). These changes are related to issues #71, #84, #86 (those issues will remain open until we address them for every Core type).
- Loading branch information
Showing
9 changed files
with
1,526 additions
and
373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.