1
0
forked from josh/j3ml

Implement ToQuat

This commit is contained in:
2024-01-07 02:14:31 -05:00
parent a1d4df30c7
commit cc9ff95daa
5 changed files with 42 additions and 31 deletions

View File

@@ -2,8 +2,6 @@
#include <J3ML/LinearAlgebra.h>
namespace LinearAlgebra {
/// A 4-by-4 matrix for affine transformations and perspective projections of 3D geometry.
/* This matrix can represent the most generic form of transformations for 3D objects,