* Add two vectors (v1 + v2) */
| 51 | * Add two vectors (v1 + v2) |
| 52 | */ |
| 53 | Vector2 Add(const ::Vector2& vector2) const { return Vector2Add(*this, vector2); } |
| 54 | |
| 55 | /** |
| 56 | * Add two vectors (v1 + v2) |
nothing calls this directly
no outgoing calls
no test coverage detected