• allegro5.a5_display
  • allegro5.a5_file
  • allegro5.a5_font
  • allegro5.a5_image
  • allegro5.a5_joystick
  • allegro5.a5_main
  • allegro5.a5_misc
  • allegro5.a5_opengl
  • allegro5.a5_shader
  • allegro5.a5_sound
  • allegro5.a5_thread
  • allegro5.a5_triangles
  • animation
  • array
  • atlas
  • buffer
  • color
  • common
  • csg.csg_aabb
  • csg.csg
  • csg.csg_octree
  • csg.csg_shapes
  • csg.csg_test
  • data
  • display
  • exception
  • file
  • font
  • glsl
  • grid
  • hash
  • image
  • image_op
  • index
  • ini
  • isometric
  • joystick
  • keyboard
  • land
  • layer
  • list
  • log
  • main
  • map
  • mem
  • mouse
  • net
  • noise
  • openglutil
  • perlin
  • pixelmask
  • plasma
  • pool
  • protobuf
  • queue
  • random
  • runner
  • shader
  • sound
  • sprite
  • thread
  • tilegrid
  • triangles
  • util2d
  • util3d
  • util
  • view
  • voronoi
  • widget.base
  • widget.board
  • widget.book
  • widget.box
  • widget.button
  • widget.checkbox
  • widget.container
  • widget.edit
  • widget.gul
  • widget.hbox
  • widget.layout
  • widget
  • widget.menu
  • widget.mover
  • widget.panel
  • widget.scrollbar
  • widget.scrolling
  • widget.sizer
  • widget.slider
  • widget.spin
  • widget.text
  • widget.theme
  • widget.vbox
  • widget.widget_list
  • yaml.external
  • yaml.internal
  • yaml
  • yaml.xml

land.isometric

LandGridIsometric

land_isometric_new

Parameters: float cell_w1, float cell_h1, float cell_w2, float cell_h2, int x_cells, int y_cells

Returns: LandGrid*

land_isometric_wrap_new

Parameters: float cell_w1, float cell_h1, float cell_w2, float cell_h2, int x_cells, int y_cells

Returns: LandGrid*

land_isometric_custom_grid

Parameters: float cell_w1, float cell_h1, float cell_w2, float cell_h2, int x_cells, int y_cells, bool wrap, void(* draw_cell)(LandGrid * self, LandView * view, int cell_x, int cell_y, float x, float y)

Returns: LandGrid*

land_grid_pixel_to_cell_isometric

Parameters: LandGrid * self, LandView * view, float mx, float my, float * partial_x, float * partial_y

Returns the grid position in cells below the specified pixel position in the given view.

land_grid_cell_to_pixel_isometric

Parameters: LandGrid * self, LandView * view, float cell_x, float cell_y, float * view_x, float * view_y

Given a cell position, return the position of the cell’s origin in on-screen coordinates, using the current view.

land_grid_cell_to_pixel_isometric_wrap

Parameters: LandGrid * self, LandView * view, float cell_x, float cell_y, float * view_x, float * view_y

Given a cell position, return the position of the cell’s origin in on-screen coordinates, using the current view.

land_grid_pixel_to_cell_isometric_wrap

Parameters: LandGrid * self, LandView * view, float mx, float my, float * partial_x, float * partial_y

land_grid_isometric_placeholder

Parameters: LandGrid * self, LandView * view, int cell_x, int cell_y, float x, float y

land_grid_draw_isometric

Parameters: LandGrid * self, LandView * view

land_grid_draw_isometric_wrap

Parameters: LandGrid * self, LandView * view

land_isometric_init

no parameters

land_isometric_exit

no parameters


Generated: Thu 27 Feb 2020 10:49:37 PM EST