MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / set

Method set

include/Ray.hpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 static Ray GetMouse(const ::Camera& camera) { return ::GetMouseRay(::GetMousePosition(), camera); }
80protected:
81 void set(const ::Ray& ray) {
82 position = ray.position;
83 direction = ray.direction;
84 }
85};
86} // namespace raylib
87

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected