| 55 | RLCPP_NODISCARD Vector2 GetWorldToScreen(::Vector2 position) const { return ::GetWorldToScreen2D(position, *this); } |
| 56 | protected: |
| 57 | void set(const ::Camera2D& camera) { |
| 58 | offset = camera.offset; |
| 59 | target = camera.target; |
| 60 | rotation = camera.rotation; |
| 61 | zoom = camera.zoom; |
| 62 | } |
| 63 | }; |
| 64 | } // namespace raylib |
| 65 |
nothing calls this directly
no outgoing calls
no test coverage detected