Package | Description |
---|---|
rope.costume |
Modifier and Type | Method and Description |
---|---|
R_Line2D |
R_Line2D.angle(float angle)
Change the angle from the starting point "a"
|
R_Line2D |
R_Line2D.copy() |
R_Line2D |
R_Line2D.offset(vec2 offset)
make a displacement of the line
|
Modifier and Type | Method and Description |
---|---|
vec2 |
R_Line2D.intersection(R_Line2D target)
Return the intersection point between this line and an other one.
|
vec2 |
R_Line2D.intersection(R_Line2D target,
vec2... exception)
Return the intersection point between this line and an other one.
|