| 65 | } |
| 66 | |
| 67 | Vector3f LineObject::getPointA( ViewportId id /*= {}*/ ) const |
| 68 | { |
| 69 | return getCenter( id ) - getDirection( id ) * ( getLength( id ) / 2 ); |
| 70 | } |
| 71 | |
| 72 | Vector3f LineObject::getPointB( ViewportId id /*= {}*/ ) const |
| 73 | { |
no outgoing calls
no test coverage detected