Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
tfinniga
tfinniga has asked
10
questions and find answers to
19
problems.
Stats
370
EtPoint
86
Vote count
10
questions
19
answers
About
I do graphics/geometry programming, mostly in c++.
tfinniga questions
Building windows c++ libraries without a runtime?
Inspecting c++ libraries for different stl linkage to track down std::vector destructor crash on gcc/osx?
Detecting the axis of rotation from a pointcloud
Getting information about where c++ exceptions are thrown inside of catch block?
How to compute a pair of closest points on two 3d circles?
Convert string from __DATE__ into a time_t
Inverse Bilinear Interpolation?
tfinniga answers
Merging and splitting overlapping rectangles to produce non-overlapping ones
How do I convert the 2 control points of a cubic curve to the single control point of a quadratic curve?
How to map a point onto a warped grid
Drag a bezier curve to edit it
Algorithm for deriving control points of a bezier curve from points along that curve?
Finding a minimum bounding sphere for a frustum
How to animate a line the same way the wave-like effect that Siri's shows? [closed]
Facial recognition/merging software [closed]
What is a good source for geometric algorithms?
Is std::string size() a O(1) operation?