Class Oo_sfml_graphics.shape
method get_point_count : unit -> intmethod move : offset:(float * float) -> unitmethod move2 : offset_x:float -> offset_y:float -> unitmethod rotate : angle:float -> unitmethod scale : factors:(float * float) -> unitmethod scale2 : factor_x:float -> factor_y:float -> unitmethod set_fill_color : color:SFColor.t -> unitmethod set_outline_color : color:SFColor.t -> unitmethod set_outline_thickness : thickness:float -> unitmethod update : unit -> unit