You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Enhancements to includes in core data structures
This commit is contained in:
@@ -142,8 +142,8 @@ bool Basis::is_symmetric() const {
|
||||
#endif
|
||||
|
||||
Basis Basis::diagonalize() {
|
||||
//NOTE: only implemented for symmetric matrices
|
||||
//with the Jacobi iterative method
|
||||
// NOTE: only implemented for symmetric matrices
|
||||
// with the Jacobi iterative method
|
||||
#ifdef MATH_CHECKS
|
||||
ERR_FAIL_COND_V(!is_symmetric(), Basis());
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user