| 19 | MR_ADD_CLASS_FACTORY( PlaneObject ) |
| 20 | |
| 21 | Vector3f PlaneObject::getNormal( ViewportId id /*= {}*/ ) const |
| 22 | { |
| 23 | return ( r_.get( id ) * Vector3f::plusZ() ).normalized(); |
| 24 | } |
| 25 | |
| 26 | Vector3f PlaneObject::getCenter( ViewportId id /*= {}*/ ) const |
| 27 | { |
no test coverage detected