Project Ne10
An open, optimized software library for the ARM architecture.
Functions
NE10_physics.c File Reference
#include "NE10_types.h"

Go to the source code of this file.

Functions

void ne10_physics_compute_aabb_vec2f_c (ne10_mat2x2f_t *aabb, ne10_vec2f_t *vertices, ne10_mat2x2f_t *xf, ne10_vec2f_t *radius, ne10_uint32_t vertex_count)
 Specific implementation of ne10_physics_compute_aabb_vec2f using plain C. More...
 
void ne10_physics_relative_v_vec2f_c (ne10_vec2f_t *dv, ne10_vec3f_t *v_wa, ne10_vec2f_t *ra, ne10_vec3f_t *v_wb, ne10_vec2f_t *rb, ne10_uint32_t count)
 Specific implementation of ne10_physics_relative_v_vec2f using plain C. More...
 
void ne10_physics_apply_impulse_vec2f_c (ne10_vec3f_t *v_wa, ne10_vec3f_t *v_wb, ne10_vec2f_t *ra, ne10_vec2f_t *rb, ne10_vec2f_t *ima, ne10_vec2f_t *imb, ne10_vec2f_t *p, ne10_uint32_t count)
 Specific implementation of ne10_physics_apply_impulse_vec2f using plain C. More...