Completed Mathematics Quests
Voronoi Tessellation
Since learning about Simplex Noise and how to use it I've started researching Voronoi Tessellation. Voronoi Tessellation is fancifully...
Logarithms – Exponential Form and Logarithmic Form
y = bx ≡ x = logb y So, what is a logarithm? Google defines it as "a quantity representing the power to which a fixed number (the base)...
Vectors, Dot Product, and Cross Product
Being as thought Vectors are critical to both 2D and 3D game design (like you need to know this stuff) it looks like I need to understand...