MATH: Formatting cleanup

This commit is contained in:
Paweł Kołodziejski 2021-04-05 23:08:48 +02:00
parent cf511755b0
commit 161c42c118
No known key found for this signature in database
GPG key ID: 0BDADC9E74440FF7
17 changed files with 129 additions and 153 deletions

View file

@ -27,7 +27,6 @@ namespace Math {
Vector3d::Matrix() :
MatrixType<3, 1>() {
}
Vector3d::Matrix(float lx, float ly, float lz) :