* Add two vectors */
| 45 | * Add two vectors |
| 46 | */ |
| 47 | RLCPP_NODISCARD Vector3 Add(const ::Vector3& vector3) const { return Vector3Add(*this, vector3); } |
| 48 | |
| 49 | /** |
| 50 | * Add two vectors |
nothing calls this directly
no outgoing calls
no test coverage detected