Searched refs:zsl_phy_mass_center (Results 1 – 3 of 3) sorted by relevance
/zscilib-3.4.0/tests/src/ |
D | phy_mass_tests.c | 37 rc = zsl_phy_mass_center(&m1, &x1, &y1, &z1, &mx, &my, &mz); in ZTEST() 59 rc = zsl_phy_mass_center(&m2, &x2, &y2, &z2, &mx, &my, &mz); in ZTEST() 81 rc = zsl_phy_mass_center(&m3, &x3, &y3, &z3, &mx, &my, &mz); in ZTEST() 104 rc = zsl_phy_mass_center(&m4, &x4, &y4, &z4, &mx, &my, &mz); in ZTEST() 127 rc = zsl_phy_mass_center(&m5, &x5, &y5, &z5, &mx, &my, &mz); in ZTEST()
|
/zscilib-3.4.0/include/zsl/physics/ |
D | mass.h | 47 int zsl_phy_mass_center(struct zsl_vec *m, struct zsl_vec *x,
|
/zscilib-3.4.0/src/physics/ |
D | mass.c | 14 zsl_phy_mass_center(struct zsl_vec *m, struct zsl_vec *x, in zsl_phy_mass_center() function
|