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

Method ToFloatV

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

Source from the content-addressed store, hash-verified

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
162 operator float16() const { return ToFloatV(); }
163

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected