* Add two vectors */
| 69 | * Add two vectors |
| 70 | */ |
| 71 | RLCPP_NODISCARD Vector4 Add(const ::Vector4& vector4) const { return ::Vector4Add(*this, vector4); } |
| 72 | |
| 73 | /** |
| 74 | * Add two vectors |
nothing calls this directly
no outgoing calls
no test coverage detected