| 190 | } |
| 191 | |
| 192 | inline void Minneart__Constructor(Minneart* This, const Vec3fa& R, const float b) |
| 193 | { |
| 194 | This->R = R; |
| 195 | This->b = b; |
| 196 | } |
| 197 | |
| 198 | inline Minneart make_Minneart(const Vec3fa& R, const float f) { |
| 199 | Minneart m; Minneart__Constructor(&m,R,f); return m; |
no outgoing calls
no test coverage detected