EVE's co-processor commmands.
Math_3d_Xyz_t Math_3D_ArbitraryRotate2(Math_3d_Xyz_t p, double theta, Math_3d_Xyz_t p1, Math_3d_Xyz_t p2)
Math_3d_Xyz_t Math_3D_ArbitraryRotate(Math_3d_Xyz_t p, double theta, Math_3d_Xyz_t r)
void Math_Polarxy(int32_t r, float th, int32_t *x, int32_t *y, int32_t ox, int32_t oy)
Polar function.
int16_t Math_Qsin(uint16_t a)
Sin function.
uint32_t Math_Points_Nearby_NextX(uint32_t x1, uint32_t y1, uint32_t y2, uint32_t Distance)
int16_t Math_Qcos(uint16_t a)
Cos function.
int Math_3D_Backface_Find_Visible(Math_3d_Face_t face, Math_3d_Xyz_t view)
float Math_Power(float x, unsigned int y)
float Math_Da(float i, int16_t degree)
Da function 1 uint = 0.5 degree. 1 circle = 720 degree.
struct _Math_3d_Face_t Math_3d_Face_t
uint32_t Math_Points_Distance(uint32_t x1, uint32_t y1, uint32_t x2, uint32_t y2)
struct Math_3d_Xyz Math_3d_Xyz_t