* Negate provided vector (invert direction) */
| 117 | * Negate provided vector (invert direction) |
| 118 | */ |
| 119 | RLCPP_NODISCARD Vector3 Negate() const { return Vector3Negate(*this); } |
| 120 | |
| 121 | /** |
| 122 | * Negate provided vector (invert direction) |
nothing calls this directly
no outgoing calls
no test coverage detected