Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Add convenience methods to quaternion and matrix4 #16

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

GuoBinyong
Copy link

@GuoBinyong GuoBinyong commented Feb 24, 2024

The following facilitation methods have been added:

  • Matrix4#fromMatrix3() :Transitions from Matrix3 to Matrix4 are a common requirement, but there is currently no API for this, so this method has been added
  • Quaternion#fromEuler(euler: Euler)
    • Although there is 'Euler#getQuaternion()', it returns a new instance of 'Quaternion', which is not conducive to reusing the instance

@GuoBinyong GuoBinyong changed the title Add convenience methods The following facilitation methods have been added: Mar 9, 2024
@GuoBinyong GuoBinyong changed the title The following facilitation methods have been added: Add convenience methods to quaternion and matrix4 Mar 9, 2024
@GuoBinyong
Copy link
Author

@ibgreen
Please deal with this request, I personally think these two facilitation methods are quite useful

@GuoBinyong
Copy link
Author

@ibgreen
There is an error with the cicd tool startup command Bootstarp.

Is this project not being paid attention to, I think the PR is processing very slowly.

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

Successfully merging this pull request may close these issues.

1 participant