|
void CC_DLL | (Point *points, float stroke, Vertex2F *vertices, unsigned int offset, unsigned int nuPoints) |
| converts a line to a polygon More...
|
|
var | ( var points, var stroke, var vertices, var offset, var nuPoints) |
| converts a line to a polygon More...
|
|
local | ( local points, local stroke, local vertices, local offset, local nuPoints) |
| converts a line to a polygon More...
|
|
bool CC_DLL | (float Ax, float Ay, float Bx, float By, float Cx, float Cy, float Dx, float Dy, float *T) |
| returns whether or not the line intersects More...
|
|
var | ( var Ax, var Ay, var Bx, var By, var Cx, var Cy, var Dx, var Dy, var T) |
| returns whether or not the line intersects More...
|
|
local | ( local Ax, local Ay, local Bx, local By, local Cx, local Cy, local Dx, local Dy, local T) |
| returns whether or not the line intersects More...
|
|