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

Method set

include/RayCollision.hpp:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 GETTERSETTER(::Vector3, Normal, normal)
81protected:
82 void set(const ::RayCollision& ray) {
83 hit = ray.hit;
84 distance = ray.distance;
85 point = ray.point;
86 normal = ray.normal;
87 }
88};
89} // namespace raylib
90

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected