| 28 | } |
| 29 | |
| 30 | OPENPGL_INLINE void SetPosition(PathSegment *pathSegment, const pgl_point3f &position) |
| 31 | { |
| 32 | OPENPGL_ASSERT(pathSegment); |
| 33 | pathSegment->position = position; |
| 34 | } |
| 35 | |
| 36 | OPENPGL_INLINE void SetNormal(PathSegment *pathSegment, const pgl_vec3f &normal) |
| 37 | { |
nothing calls this directly
no outgoing calls
no test coverage detected