| 52 | } |
| 53 | |
| 54 | FeatureObjectProjectPointResult PointObject::projectPoint( const Vector3f& /*point*/, ViewportId id /*= {}*/ ) const |
| 55 | { |
| 56 | return { getPoint( id ), std::nullopt }; |
| 57 | } |
| 58 | |
| 59 | void PointObject::swapBase_( Object& other ) |
| 60 | { |
nothing calls this directly
no test coverage detected