106 Commits (4e313aa8105aa0a171c55f045fa6b533a54c8679)

Autor SHA1 Mensaje Fecha
  Sam Hocevar 1733d0ffd8 math: tweak the real number printing routine. hace 9 años
  Sam Hocevar 17db5be5c8 math: remove some hardcoded stuff from the real numbers implementation. hace 9 años
  Sam Hocevar df7454b36a math: add real::R_MIN and real::R_MAX and get rid of real::ulp(). hace 9 años
  Sam Hocevar 60ee86f908 ufiodsfiodsifods hace 9 años
  Sam Hocevar 5d62baaaae math: parse hexadecimal reals as per C standard, 6.4.4.2. hace 9 años
  Sam Hocevar 7b9d98109b math: use exponentiation by squaring for real::pow(). hace 9 años
  Sam Hocevar 10f244192c math: allow to create real numbers from long doubles hace 9 años
  Sam Hocevar c7567975e3 math: add τ (tau) to the list of maths constants. hace 10 años
  Sam Hocevar 078751a820 math: all API functions dealing with angles now use radians. hace 11 años
  Sam Hocevar 45b57cc102 math: rename re() to inverse() in all classes. hace 11 años
  Sam Hocevar 861568b146 misc: some cleanup in files, including UTF-8 BOM. hace 11 años
  Sam Hocevar 441a20af99 misc: fix copyright information here and there. hace 11 años
  Sam Hocevar 38733fade7 math: move the matrix-to-quaternion code to a global header. hace 11 años
  Sam Hocevar 977049a7b3 math: make the matrix-to-quaternion code shorter. hace 11 años
  Sam Hocevar d64b117b8d build: fix license and copyright information. hace 11 años
  Sam Hocevar 70edc0d38e misc: carry on with the lowercase rampage. hace 11 años
  Sam Hocevar 03c17fcae4 base: clean up and refactor containers. hace 11 años
  Sam Hocevar f791b672ed misc: lots of compilation fixes for Visual Studio (related to mediocre hace 11 años
  Sam Hocevar a07844682e build: remove dead PS3 code. hace 11 años
  Sam Hocevar efe8e1d051 math: allow to build real numbers from 64-bit integers. hace 11 años
  Sam Hocevar cd988786b9 build: reorganise includes so that we can use precompiled headers later. hace 11 años
  Sam Hocevar 97cdc17ae1 math: add outer product for matrices and vectors. hace 12 años
  Sam Hocevar a46afd6ed5 math: make cofactor computation and matrix inversion simpler and more generic. hace 12 años
  Sam Hocevar f7a8d5079b math: disable a few unused operators (for integer quaternions, for instance). hace 12 años
  Sam Hocevar 62f7068516 math: move code from vector.cpp to matrix.cpp and transform.cpp. hace 12 años
  Sam Hocevar ffa21ed0d0 misc: disable all 16-bit float vectors when using Visual Studio. hace 12 años
  Sam Hocevar 4f28047fc4 math: refactor more shit, I have no idea what I’m doing. hace 12 años
  Sam Hocevar 52cd11358e math: finish renaming matrix<> to mat<>. hace 12 años
  Sam Hocevar 7a28671dee math: get rid of the base_vec* classes (thanks to relaxed unions), rename hace 12 años
  Sam Hocevar ad9a388e80 misc: remove 100% of the "using namespace std;" madness. hace 12 años
  Sam Hocevar 12aaff89e3 base: huge refactor in vector.h; GCC compilation times down by 50%. hace 12 años
  Sam Hocevar fe665f85b4 base: strip core.h from its contents and put it in public/private headers. hace 12 años
  Benjamin ‘Touky’ Huet 60887138ff Added tostring to vectors, similar to printf, but with tostring. hace 12 años
  Benjamin ‘Touky’ Huet 5f12e3ebc1 operator bis repetitas .... hace 12 años
  Benjamin ‘Touky’ Huet 115bd31b0e Learn your fucking operators, you dumbass !!!!! hace 12 años
  Sam Hocevar cdfb4e7abf math: fix a few compilation warnings. hace 12 años
  Benjamin ‘Touky’ Huet fd4cb5e350 Added debug stuff hace 12 años
  Sam Hocevar 76740f77bc math: remove some vector constants that were a bit too specific. hace 12 años
  Benjamin ‘Touky’ Huet 98eb66b6c8 geomerty cleanup & tweak hace 12 años
  Benjamin ‘Touky’ Huet c753233291 geom tweaks hace 12 años
  Benjamin ‘Touky’ Huet b2bdb1972f Several name tweaks here and there. hace 12 años
  Sam Hocevar cb62b52ce6 math: add quat::axis() and quat::angle() to retrieve axis and angle from a hace 12 años
  Benjamin ‘Touky’ Huet b7fc1953ab Some names tweaks hace 12 años
  Sam Hocevar 8443733a08 math: add GLSL-inherited degrees() and radians() conversion functions. hace 12 años
  Benjamin ‘Touky’ Huet 03474adceb Added custom vector constants for more usefulness hace 12 años
  Benjamin ‘Touky’ Huet 88a4859287 Added Test Point in Frustum hace 12 años
  Sam Hocevar 2bbc0d965a math: fix broken translation in lookat() function. hace 12 años
  Sam Hocevar 7cf2a85ae0 math: make mat4::lookat nicer to read. hace 12 años
  Sam Hocevar 2291ce5d1e math: add mat2::identity, etc. as global constants. hace 12 años
  Sam Hocevar 3b62246ef8 math: minor rework in the Euler angles conversion. hace 12 años