| Point Inside a Polygon v1.0: Checks whether a point is inside a polygon.
Adapted from: ... |
2008.03.14 |
| Bézier v1.0: Calculates the bézier curve. |
2006.06.24 |
| Fibonacci v1.0: Fibonacci numeric sequence without loop/recursion. |
2005.11.07 |
| Greatest Common Divisor v1.0: Greatest common divisor of an array of integer numbers. |
2005.11.03 |
| Least Common Multiple v1.0: Least common multiple of an array of integer numbers. |
2005.11.03 |
| Point to Line Intersection v1.0: Intersection point between a point to a line. |
2005.08.20 |
| Nearest Point to Square v1.0: Nearest point to a square, given a point out of the limit |
2005.08.20 |
| Nearest Point to Polyline v1.0: Nearest point to a polyline, given a point out of the l ... |
2005.08.20 |
| Nearest Point to Line v1.0: Nearest point to a line, given a point out of the limits. |
2005.08.20 |
| Distance from Point A to Point B v1.0: Distance from the point A to point B. |
2005.08.20 |
| Nearest Point to Circle v1.0: Nearest point to a circunference, given a point out of th ... |
2005.08.20 |
| Point-Line Lenght v1.0: Distance from a point to a line/semi-line. |
2005.08.19 |