Matched m419Dll (US)
This commit is contained in:
parent
07f38bf022
commit
f8378e169a
4 changed files with 3097 additions and 109 deletions
|
|
@ -19,6 +19,7 @@ typedef struct vec2f {
|
|||
#define VECDistanceZY(a, b) sqrtf((((a)->z-(b)->z)*((a)->z-(b)->z))+(((a)->y-(b)->y)*((a)->y-(b)->y)))
|
||||
#define VECSumXZ(a, b) sqrtf((((a)->x+(b)->x)*((a)->x+(b)->x))+(((a)->z+(b)->z)*((a)->z+(b)->z)))
|
||||
|
||||
#define VECMagXYZ(a) sqrtf(((a)->x*(a)->x)+((a)->y*(a)->y)+((a)->z*(a)->z))
|
||||
#define VECMagXZ(a) sqrtf(((a)->x*(a)->x)+((a)->z*(a)->z))
|
||||
#define VECMagXY(a) sqrtf(((a)->x*(a)->x)+((a)->y*(a)->y))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue