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

Function Transform

include/Vector2.hpp:230–230  ·  view source on GitHub ↗

* Transforms a Vector2 by a given Matrix */

Source from the content-addressed store, hash-verified

228 * Transforms a Vector2 by a given Matrix
229 */
230 RLCPP_NODISCARD Vector2 Transform(::Matrix mat) const { return ::Vector2Transform(*this, mat); }
231
232 /**
233 * Calculate linear interpolation between two vectors

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected