22 Commits (dde16a9dd6bb480fadfa7e62d8c886e20c22fdc7)

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