Uses of Class
rope.mesh.R_Shape
Packages that use R_Shape
-
Uses of R_Shape in rope.core
Modifier and TypeMethodDescriptionboolean
Rope.in_polygon
(R_Shape shape, vec pos) byte
Rope.in_polygon
(R_Shape shape, vec pos, float marge) -
Uses of R_Shape in rope.costume
Subclasses of R_Shape in rope.costumeModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Methods in rope.costume that return types with arguments of type R_ShapeModifier and TypeMethodDescriptionR_Impact.get_all_polygons()
R_Impact.get_polygon_external()
R_Impact.get_polygon_heart()
R_Impact.get_polygons()
Methods in rope.costume with parameters of type R_ShapeMethod parameters in rope.costume with type arguments of type R_ShapeModifier and TypeMethodDescriptionvoid
R_Impact.show_polygons_from
(ArrayList<R_Shape> list, int mode) -
Uses of R_Shape in rope.mesh
Modifier and TypeMethodDescriptionR_Voronoi.get_area
(int index) Deprecated.instead use get_polygon(int index)R_Line2D.get_field
(float direction, float start_angle, float end_angle, float dist) Can be useful to create a field action from the line. this function is use internally for the pixel growth.R_Voronoi.get_polygon
(int index) R_Voronoi.get_triangle
(int index) R_Shape.id
(int id) R_Shape.id
(int a, int b, int c, int d, int e, int f) R_Shape.id_a
(int id) R_Shape.id_b
(int id) R_Shape.id_c
(int id) R_Shape.id_d
(int id) R_Shape.id_e
(int id) R_Shape.id_f
(int id) Modifier and TypeMethodDescriptionR_Voronoi.get_areas()
Deprecated.instead use get_polygons()R_Voronoi.get_polygons()
R_Voronoi.get_triangles()