Fixed several recursive header issues, refactored Math lib, began implementing core mathematical functions as wrappers around stdmath, will implement SSE and lookup tables later.
This commit is contained in:
@@ -457,8 +457,6 @@ namespace J3ML::LinearAlgebra {
|
||||
This occurs if this matrix has a negative determinant.*/
|
||||
[[nodiscard]] bool HasNegativeScale() const;
|
||||
|
||||
|
||||
|
||||
/// Returns true if the column and row vectors of this matrix form an orthonormal set.
|
||||
/// @note In math terms, there does not exist such a thing as an 'orthonormal matrix'. In math terms, a matrix
|
||||
/// is orthogonal if the column and row vectors are orthogonal *unit* vectors.
|
||||
|
Reference in New Issue
Block a user