Zi Ye
|
b957cf73ef
Optimized and exposed Basis::scaled_local.
|
1 год назад |
Thaddeus Crews
|
ad40939b6f
Core: Replace C math headers with C++ equivalents
|
10 месяцев назад |
Marc Gilleron
|
5e6df6a196
Use Math::abs to avoid ambiguity with integer abs
|
9 месяцев назад |
Thaddeus Crews
|
94282d88f9
Core: Use `Math` namespace for constants
|
9 месяцев назад |
Thaddeus Crews
|
ea62170dac
Core: Add `constexpr` constructors/operators to math structs
|
1 год назад |
A Thousand Ships
|
e825085978
[Core] Add `is_same` to types that have float components
|
1 год назад |
Adam
|
d56cbd374b
Fix `Basis::get_euler` incorrectly simplifying rotations in some cases.
|
1 год назад |
Silc Lizard (Tokage) Renew
|
d0c421976c
Fix looking at with 180 degree arc
|
1 год назад |
Aaron Franke
|
e83807ef85
Fix incorrect name of Basis global scale getter
|
1 год назад |
Aaron Franke
|
158fcf107c
Fix some uses of float and real_t in core/math
|
1 год назад |
A Thousand Ships
|
a497a5cb3e
[Core] Codestyle improvements to math types
|
1 год назад |
Robert Yevdokimov
|
13e82094ee
Remove word duplicates in comments and strings, and fix casing and punctuation
|
1 год назад |
Hugo Locurcio
|
0437db0106
Display values in vector/quaternion math function errors
|
2 лет назад |
Aaron Franke
|
7ee273723d
Fix Basis is_orthogonal and is_rotation methods, add is_orthonormal
|
2 лет назад |
Aaron Franke
|
56806ffeed
Add `is_conformal` method to Basis and Transform2D
|
2 лет назад |
Lyuma
|
9aa46bf3f5
Fix for SkeletonIK3D interpolation and bone roll
|
2 лет назад |
Juan Linietsky
|
5fdc1232ef
Add the ability to look-at in model-space.
|
2 лет назад |
lawnjelly
|
50c5ed4876
Make acos and asin safe
|
2 лет назад |
Silc Renew
|
1459b9c24c
Fix scaled_orthogonal() & subgizmo global scaling
|
3 лет назад |
kobewi
|
c0083e431b
Cleanup unused engine code v2
|
3 лет назад |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
3 лет назад |
Andy Maloney
|
cb6cffbfd9
Static analysis: remove "break" after "return"
|
3 лет назад |
Rémi Verschelde
|
08d56ac2f1
Merge pull request #66747 from aaronfranke/move-euler-order
|
3 лет назад |
Aaron Franke
|
8556fdd4bc
Move EulerOrder enum to math_defs.h and global scope
|
3 лет назад |
Rémi Verschelde
|
f7c611ab71
Style: Misc docs and comment style and language fixes
|
3 лет назад |
Haoyu Qiu
|
5da515773d
Add `is_finite` method for checking built-in types
|
3 лет назад |
Aaron Franke
|
43722dbcbc
Use float literals for float calculations in Color
|
3 лет назад |
Aaron Franke
|
97d232c11d
Enhancements to includes in core data structures
|
3 лет назад |
fabriceci
|
9f1a57d48b
Test, refactor and fix a bug in Basis.get_axis_angle
|
3 лет назад |
Jonathan Nicholl
|
15d057c521
Add `is_zero_approx` methods to `Vector2`, `3`, and `4`
|
3 лет назад |