| 40 | } |
| 41 | |
| 42 | OPENPGL_INLINE void SetDirectionIn(PathSegment *pathSegment, const pgl_vec3f &directionIn) |
| 43 | { |
| 44 | OPENPGL_ASSERT(pathSegment); |
| 45 | pathSegment->directionIn = directionIn; |
| 46 | } |
| 47 | |
| 48 | OPENPGL_INLINE pgl_vec3f GetDirectionIn(PathSegment *pathSegment) |
| 49 | { |
nothing calls this directly
no outgoing calls
no test coverage detected