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) boolean
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_heart()
R_Impact.get_polygons()
Method 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_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()