Uses of Class
rope.mesh.R_Line2D
Packages that use R_Line2D
-
Uses of R_Line2D in rope.mesh
Modifier and TypeMethodDescriptionR_Line2D.angle
(float angle) Deprecated.R_Line2D.angle
(float angle, float normal_pos) Deprecated.R_Line2D.change
(float begin, float end) the idea is pass a normal value 0 to 1, where 1 is the size of your segment.R_Line2D.copy()
R_Line2D.mute
(boolean is) change the state of the line, can be helpful to show or not the line and set behaviorR_Line2D.offset
(float offset_x, float offset_y) make a displacement of the lineR_Line2D.rotation
(float angle) Change the angle from the starting point "a"R_Line2D.rotation
(float angle, float normal_pos) Create a rotation angle with the axe.R_Line2D.set
(float ax, float ay, float bx, float by) Modifier and TypeMethodDescriptionR_Line2D.intersection
(R_Line2D target) Return the intersection point between this line and an other one.R_Line2D.intersection
(R_Line2D target, vec2... exception) Return the intersection point between this line and an other one.