indent classes, align by spaces

This commit is contained in:
Garux
2021-03-24 00:25:15 +03:00
parent 5b1b9b5e6c
commit 2222100316
450 changed files with 42485 additions and 42239 deletions

View File

@@ -426,7 +426,7 @@ void bbox_update_radius( bbox_t* bbox );
/*! Generate oriented bounding box from AABB and transformation matrix. */
/*!\todo Remove need to specify eulerZYX/scale. */
void bbox_for_oriented_aabb( bbox_t* bbox, const aabb_t* aabb,
const m4x4_t matrix, const vec3_t eulerZYX, const vec3_t scale );
const m4x4_t matrix, const vec3_t eulerZYX, const vec3_t scale );
/*! Return 2 if bbox is behind plane, else return 1 if bbox intersects plane, else return 0. */
int bbox_intersect_plane( const bbox_t* bbox, const vec_t* plane );