| 16 | MR_ADD_CLASS_FACTORY( LineObject ) |
| 17 | |
| 18 | Vector3f LineObject::getDirection( ViewportId id /*= {}*/ ) const |
| 19 | { |
| 20 | return ( xf( id ).A * Vector3f::plusX() ).normalized(); |
| 21 | } |
| 22 | |
| 23 | Vector3f LineObject::getCenter( ViewportId id /*= {}*/ ) const |
| 24 | { |
no test coverage detected