| 8 | Ray Ray::Identity(Vector3(0, 0, 0), Vector3(0, 0, 1.0f)); |
| 9 | |
| 10 | String Ray::ToString() const |
| 11 | { |
| 12 | return String::Format(TEXT("{}"), *this); |
| 13 | } |
| 14 | |
| 15 | Ray Ray::GetPickRay(float x, float y, const Viewport& viewport, const Matrix& vp) |
| 16 | { |
no test coverage detected