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

Method LookAt

include/Matrix.hpp:158–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected