Closed stefnotch closed 6 years ago
Matrix.CreateRotation(Quaternion q)
would also be nice.
Actually, what I want is this: https://docs.flaxengine.com/api/FlaxEngine.Matrix.html
Ultraviolet 2018.08 will include new CreateFromQuaternion(),
CreateFromYawPitchRoll()
, and CreateFromTranslationRotationScale()
methods on the Matrix
structure.
Feature request:
A method to create a matrix from a position, rotation and scale. Creating everything individually is an option, however, the code is longer and it's far less efficient.
Example implementation: