Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- m -
- BJ_M3 : mat.h
- BJ_M32 : mat.h
- BJ_M4 : mat.h
- BJ_M43 : mat.h
- bj_main() : main.h
- bj_make_bitmap_pixel() : bitmap.h
- bj_make_bitmap_rgb() : bitmap.h
- bj_make_pixel_rgb() : pixel.h
- BJ_MAKE_VERSION : version.h
- bj_malloc() : memory.h
- bj_malloc_fn : memory.h
- bj_mask_bg_mode : bitmap.h
- BJ_MASK_BG_OPAQUE : bitmap.h
- BJ_MASK_BG_REV_TRANSPARENT : bitmap.h
- BJ_MASK_BG_TRANSPARENT : bitmap.h
- bj_mat3 : api.h
- bj_mat3_add() : mat.h
- bj_mat3_col() : mat.h
- bj_mat3_copy() : mat.h
- bj_mat3_determinant() : mat.h
- bj_mat3_from_mat3x2() : mat.h
- bj_mat3_invert() : mat.h
- bj_mat3_invert_unsafe() : mat.h
- bj_mat3_mul() : mat.h
- bj_mat3_mul_scalar() : mat.h
- bj_mat3_row() : mat.h
- bj_mat3_set_identity() : mat.h
- bj_mat3_set_ortho() : mat.h
- bj_mat3_set_rotation_z() : mat.h
- bj_mat3_set_scaling_xy() : mat.h
- bj_mat3_set_shear_xy() : mat.h
- bj_mat3_set_translation() : mat.h
- bj_mat3_set_viewport() : mat.h
- bj_mat3_sub() : mat.h
- bj_mat3_transform_point() : mat.h
- bj_mat3_transform_vec3() : mat.h
- bj_mat3_translate() : mat.h
- bj_mat3_transpose() : mat.h
- bj_mat3x2 : api.h
- bj_mat3x2_from_mat3() : mat.h
- bj_mat3x2_mul() : mat.h
- bj_mat3x2_set_identity() : mat.h
- bj_mat3x2_set_rotation_z() : mat.h
- bj_mat3x2_set_scaling_xy() : mat.h
- bj_mat3x2_set_translation() : mat.h
- bj_mat3x2_transform_dir() : mat.h
- bj_mat3x2_transform_point() : mat.h
- bj_mat3x3 : api.h
- bj_mat4 : api.h
- bj_mat4_add() : mat.h
- bj_mat4_col() : mat.h
- bj_mat4_copy() : mat.h
- bj_mat4_from_mat4x3() : mat.h
- bj_mat4_invert() : mat.h
- bj_mat4_invert_unsafe() : mat.h
- bj_mat4_mul() : mat.h
- bj_mat4_mul_scalar() : mat.h
- bj_mat4_orthonormalize() : mat.h
- bj_mat4_rotate_arcball() : mat.h
- bj_mat4_rotate_axis_angle() : mat.h
- bj_mat4_rotate_x() : mat.h
- bj_mat4_rotate_y() : mat.h
- bj_mat4_rotate_z() : mat.h
- bj_mat4_row() : mat.h
- bj_mat4_scale_axes() : mat.h
- bj_mat4_set_frustum() : mat.h
- bj_mat4_set_identity() : mat.h
- bj_mat4_set_lookat() : mat.h
- bj_mat4_set_ortho() : mat.h
- bj_mat4_set_outer_product() : mat.h
- bj_mat4_set_perspective() : mat.h
- bj_mat4_set_translation() : mat.h
- bj_mat4_set_viewport() : mat.h
- bj_mat4_sub() : mat.h
- bj_mat4_transform_vec4() : mat.h
- bj_mat4_translate() : mat.h
- bj_mat4_transpose() : mat.h
- bj_mat4x3 : api.h
- bj_mat4x3_from_mat4() : mat.h
- bj_mat4x3_mul() : mat.h
- bj_mat4x3_set_identity() : mat.h
- bj_mat4x3_set_rotation_x() : mat.h
- bj_mat4x3_set_rotation_y() : mat.h
- bj_mat4x3_set_rotation_z() : mat.h
- bj_mat4x3_set_scaling_xyz() : mat.h
- bj_mat4x3_set_translation() : mat.h
- bj_mat4x3_transform_dir() : mat.h
- bj_mat4x3_transform_point() : mat.h
- bj_mat4x4 : api.h
- bj_max : math.h
- bj_max_pcg32() : random.h
- bj_maxd : math.h
- bj_maxf : math.h
- BJ_MAXIMUM_LOG_LEN : log.h
- bj_maxl : math.h
- bj_memcmp() : memory.h
- bj_memcpy() : memory.h
- bj_memmove() : memory.h
- bj_memory_callbacks : api.h
- bj_memset() : memory.h
- bj_memzero() : memory.h
- bj_min : math.h
- bj_min_pcg32() : random.h
- bj_mind : math.h
- bj_minf : math.h
- bj_minl : math.h
- bj_mod() : math.h
- M_EARTH : physics_particle.c
- M_JUPITER : physics_particle.c
- M_MARS : physics_particle.c
- M_MERCURY : physics_particle.c
- M_SUN : physics_particle.c
- M_VENUS : physics_particle.c
- main() : audio_pcm.c, banjo-info.c, bitmap_blit.c, bitmap_blit_colorkey.c, cli.c, drawing_2d.c, drawing_text.c, event_callbacks.c, event_polling.c, handling_errors.c, interpolation.c, load_bmp.c, logging.c, net_tcp_client.c, net_tcp_nonblocking.c, net_tcp_server.c, net_tcp_timeout.c, net_udp_broadcast_recv.c, net_udp_broadcast_send.c, net_udp_client.c, net_udp_server.c, physics_kinematics.c, physics_particle.c, pixel_mode.c, pong.c, random.c, random_distribution.c, shaders.c, sprite_animation.c, start.c, stopwatch.c, template.c, template_callbacks.c, time.c, window.c
- MAX_CLIENTS : net_tcp_nonblocking.c
- MAX_DT : pong.c