| 319 | //----------------------------------------------------------------------------- |
| 320 | |
| 321 | Point3F VPathNode::getWorldPosition( void ) const |
| 322 | { |
| 323 | return mWorldPosition; |
| 324 | } |
| 325 | |
| 326 | QuatF VPathNode::getWorldRotation( void ) const |
| 327 | { |
no outgoing calls
no test coverage detected