Rev 18 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 18 | Rev 20 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | #define _OPPOPROC_H_ |
2 | #define _OPPOPROC_H_ |
3 | 3 | ||
- | 4 | #include "brender/br_types.h" |
|
4 | #include "dr_types.h" |
5 | #include "dr_types.h" |
5 | 6 | ||
6 | int StraightestArcForCorner2D(br_vector2* pCent, br_scalar* pRadius, br_scalar* pEntry_length, int* pLeft_not_right, br_vector2* p1, br_vector2* p2, br_vector2* p3, br_scalar pWidth12, br_scalar pWidth23); |
7 | int StraightestArcForCorner2D(br_vector2* pCent, br_scalar* pRadius, br_scalar* pEntry_length, int* pLeft_not_right, br_vector2* p1, br_vector2* p2, br_vector2* p3, br_scalar pWidth12, br_scalar pWidth23); |
7 | 8 | ||
8 | br_scalar CornerFudge(tCar_spec* pCar_spec); |
9 | br_scalar CornerFudge(tCar_spec* pCar_spec); |