MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / operator +

Method operator +

jni/venus/vec2.h:70–70  ·  view source on GitHub ↗

* @brief unary operators * @{ */

Source from the content-addressed store, hash-verified

68 * @{
69 */
70 inline vec2<T> operator +() const { return vec2<T>(+x, +y); }
71 inline vec2<T> operator -() const { return vec2<T>(-x, -y); }
72 /** @} */
73

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected