forked from axmolengine/axmol
-
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.
Math optimizations (axmolengine#2115)
* Mat4: make some methods inlineable * Vec3: make some methods inlineable * Vec4: make some methods inlineable * Color: make some methods inlineable * Quaternion: make some methods inlineable * Rect: make some methods inlineable * Vec2: make some methods inlineable * Math: mark constants inline * Math: fix DLL build * Vec2: make constants inlineable * Color: remove inline file * Mat4: remove inline file * Quaternion: remove inline file * Rect: remove inline file * Vec2: remove inline file * Vec3: remove inline file * Vec4: remove inline file
- Loading branch information
1 parent
11fe50d
commit dc26757
Showing
20 changed files
with
668 additions
and
1,127 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
Oops, something went wrong.