Uses of Class
rope.mesh.R_Line2D
Packages that use R_Line2D
-
Uses of R_Line2D in rope.core
-
Uses of R_Line2D in rope.costume
Methods in rope.costume that return types with arguments of type R_Line2DModifier and TypeMethodDescriptionR_Impact.get_lines()
R_Impact.get_lines_branch
(int index) R_Impact.get_lines_branch
(int index, boolean only_visible_is) R_Impact.get_lines_circle
(int index) return circle -
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.id
(int id) R_Line2D.id
(int a, int b, int c, int d, int e, int f) R_Line2D.id_a
(int id) R_Line2D.id_b
(int id) R_Line2D.id_c
(int id) R_Line2D.id_d
(int id) R_Line2D.id_e
(int id) R_Line2D.id_f
(int id) 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 lineThis function must be use with precaution because that's can break few function of the class like : offset(), change()... because the reference and the main point point on the same address So use in very specific cases.R_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. -
Uses of R_Line2D in rope.tool