How To Get A Spline's Length Using Gauss–Legendre Quadrature?
Posted on
|
Edited on
|
In
Math
This article tells you how to get length of a spline using Gauss–Legendre Quadrature.
Fast Inv-Sqrt Algorithm In Quake III
Posted on
|
Edited on
|
In
Math
This article tells you something about fast inv-sqrt algorithm implemented in Quake III Arena.
Optimize C++ Using Template
Posted on
|
Edited on
|
In
C++
This article tells you how to optimize c++ code using template.