forked from eriksson/X
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add getters for the x,y,z components of X.vector.
The original x,y,z properties get optimized (as part of the closure library) during compilation. There was no way to export them as x,y,z without modifying the goog.math.Vec3 class. Now the exported properties are called X.vector.xx X.vector.yy X.vector.zz
- Loading branch information
Daniel Haehn
committed
Feb 13, 2013
1 parent
818ab12
commit 672927b
Showing
3 changed files
with
52 additions
and
10 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
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
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