Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronize Matrix4d with Matrix4f #20

Closed
httpdigest opened this issue Jun 25, 2015 · 1 comment
Closed

Synchronize Matrix4d with Matrix4f #20

httpdigest opened this issue Jun 25, 2015 · 1 comment
Assignees
Milestone

Comments

@httpdigest
Copy link
Member

Add all functionality currently available through Matrix4f to the Matrix4d class.

httpdigest added a commit that referenced this issue Jun 25, 2015
#20: Add some rotate methods from Matrix4f to Matrix4d
@httpdigest httpdigest added this to the 1.3.0 release milestone Jun 25, 2015
@httpdigest httpdigest self-assigned this Jun 25, 2015
@httpdigest
Copy link
Member Author

Both classes should now be in sync.
They however cannot be kept 100% in sync, because there are some methods that currently cannot be translated to Matrix4d, such as get(AxisAngle4f), because of double -> float conversions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant