Sam Hocevar
|
dde16a9dd6
|
Implement +=, -= and *= for matrices and vectors.
Add new types, closer to the GLSL ones.
|
14 yıl önce |
Sam Hocevar
|
e1d6dbebce
|
Implement float4x4::rotate().
|
14 yıl önce |
Sam Hocevar
|
a17ef2ca4c
|
Implement float4x4::ortho() and float4x4::translate().
|
14 yıl önce |
Sam Hocevar
|
b9c013e665
|
Implement float4x4::frustum() and float4x4::perspective() to build
projection matrices.
|
14 yıl önce |
Sam Hocevar
|
4b484d5bc8
|
Make the float4x4 constructor fill only the matrix's diagonal. Thus
the float4x4::identity() method is no longer necessary.
|
14 yıl önce |
Sam Hocevar
|
7015943141
|
Add matrix determinant and inverse methods.
|
14 yıl önce |
Sam Hocevar
|
c2584020aa
|
Do not zero vector memory upon initialisation. Unitialised is uninitialised.
|
14 yıl önce |
Sam Hocevar
|
65c69e11db
|
Create a few matrix handling classes and operators.
|
14 yıl önce |
Sam Hocevar
|
502deb7597
|
Fix a few warnings here and there, and try to use the vector classes.
|
14 yıl önce |
Sam Hocevar
|
f76b95f200
|
Rename Float3 to float3, Int3 to int3 etc. and add the 4-member versions.
|
14 yıl önce |
Sam Hocevar
|
0dfc497814
|
Add pseudorandom functions for floats.
|
14 yıl önce |
Sam Hocevar
|
c89d05d7e6
|
Add a utility function to compute the power of two above.
|
14 yıl önce |
Sam Hocevar
|
2bf9fd3dc7
|
Implement vector equality comparisons.
|
14 yıl önce |
Sam Hocevar
|
dc45c9e426
|
Implement vector square length.
|
14 yıl önce |
Sam Hocevar
|
705c39d63a
|
Various vector operators including casts and scalar-vector operations.
|
14 yıl önce |
Sam Hocevar
|
ae23572b18
|
Implement vector addition, subtraction etc. as well as euclidian distance.
|
14 yıl önce |
Sam Hocevar
|
fb2ff4580f
|
Implement simple + and - operators for Int2, Float2 etc.
|
14 yıl önce |
Sam Hocevar
|
dc9b607923
|
Allow to access Int2, Float2 etc. members using [].
|
14 yıl önce |
Sam Hocevar
|
7547458efc
|
Float2 and Float3 are now templates, thus creating Int2 and Int3.
|
14 yıl önce |
Sam Hocevar
|
0ed566d3cc
|
Complete Lol Engine / Deus Hax / Monsterz split.
|
14 yıl önce |
Sam Hocevar
|
6223c37bb2
|
Proper Float3 constructors.
|
14 yıl önce |
Sam Hocevar
|
988f7c2885
|
Replace mouse scrolling with a joystick simulated by the e/s/d/f keys.
|
14 yıl önce |