-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow subscripted mutations of Gf.Matrix4d, etc Gf.
- Ensures subscripted access to Gf.Matrix4d mutates each row and column correctly. Each row and column is represented as Gf.Vec4d. - Extends inlined Gf math methods to support Gf.Vec3d, eventually will autogenerate implementations for other types using Swift macros. - Fixes for properly marking methods as @inlinable. Signed-off-by: furby™ <devs@wabi.foundation>
- Loading branch information
Showing
8 changed files
with
446 additions
and
74 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.