X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=src%2Fmath%2Fpositions.h;fp=src%2Fmath%2Fpositions.h;h=878616e141720fe244b967c3a26a16bc053c7ee1;hb=254596e2c6a355fea678c8907ad26d9a452a54bb;hp=c5a4fa4424d4eecfa61629769a36b6af2bfe08d9;hpb=d82f06ff5e5b5cef51709d4618779772931e5e90;p=familia.git diff --git a/src/math/positions.h b/src/math/positions.h index c5a4fa4..878616e 100644 --- a/src/math/positions.h +++ b/src/math/positions.h @@ -32,16 +32,22 @@ struct objects_boundaries { double left; }; +/** + * @file math/positions.h + * @brief Code for calculating 3D positions of objects. + * + */ + /** * Calculates local position of given individual - * @parameter individual to calculate position + * @param individual individual to calculate position * @return calculated local position of the individual */ struct position * calculate_individual_position(struct familia_individual * individual); /** * Calculates local position of given family - * @parameter family to calculate position + * @param family family to calculate position * @return calculated local position of the family */ struct position * calculate_family_position(struct familia_family * family);