| 262 | } |
| 263 | |
| 264 | Vector3f Viewport::unprojectFromClipSpace( const Vector3f& clipPoint ) const |
| 265 | { |
| 266 | return getFullViewportInversedMatrix()(clipPoint); |
| 267 | } |
| 268 | |
| 269 | std::vector<Vector3f> Viewport::projectToClipSpace( const std::vector<Vector3f>& worldPoints ) const |
| 270 | { |
no test coverage detected