Added Quaternion constructors, SetFrom(AxisAngle)
Some checks failed
Build Docs With Doxygen / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Build Docs With Doxygen / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
@@ -11,6 +11,7 @@ namespace J3ML::LinearAlgebra
|
||||
/// Transitional datatype, not useful for internal representation of rotation
|
||||
/// But has uses for conversion and manipulation.
|
||||
class AxisAngle {
|
||||
public:
|
||||
Vector3 axis;
|
||||
float angle;
|
||||
public:
|
||||
|
Reference in New Issue
Block a user