| 156 | } |
| 157 | |
| 158 | static Matrix LookAt(Vector3 eye, Vector3 target, Vector3 up) { return ::MatrixLookAt(eye, target, up); } |
| 159 | |
| 160 | RLCPP_NODISCARD float16 ToFloatV() const { return ::MatrixToFloatV(*this); } |
| 161 |
nothing calls this directly
no outgoing calls
no test coverage detected