| 262 | RLCPP_NODISCARD float Length() const { return ::Vector4Length(*this); } |
| 263 | |
| 264 | RLCPP_NODISCARD float LengthSqr() const { return ::Vector4LengthSqr(*this); } |
| 265 | |
| 266 | RLCPP_NODISCARD float DotProduct(const ::Vector4& v2) const { return ::Vector4DotProduct(*this, v2); } |
| 267 |
nothing calls this directly
no outgoing calls
no test coverage detected