| 34 | } |
| 35 | |
| 36 | OPENPGL_INLINE void SetNormal(PathSegment *pathSegment, const pgl_vec3f &normal) |
| 37 | { |
| 38 | OPENPGL_ASSERT(pathSegment); |
| 39 | pathSegment->normal = normal; |
| 40 | } |
| 41 | |
| 42 | OPENPGL_INLINE void SetDirectionIn(PathSegment *pathSegment, const pgl_vec3f &directionIn) |
| 43 | { |
nothing calls this directly
no outgoing calls
no test coverage detected