I am a really bad communicator... and this trait worsen on the blogging side. This is not due to the language I use: I am a bad communicator in every language so I am the less qualified to open a weblog. The fact is that sometime I have an algorithm or I make a discovery that seems to be wasted if not shared.

Hence this blog.

Offsetting cubic Bézier curves

Offsetting cubic Bézier curves

While working on the ADG, we implemented BAIOCA, a new algorithm for offsetting Bézier cubic curves.

Optimization of array cycles in Lua

Optimization of array cycles in Lua

A common pattern is to use Lua tables as arrays: there is no other data structure so the choice is imposed.