| 230 | RLCPP_NODISCARD Vector3 Reject(const ::Vector3& vector3) const { return Vector3Reject(*this, vector3); } |
| 231 | |
| 232 | void OrthoNormalize(::Vector3* vector3) { Vector3OrthoNormalize(this, vector3); } |
| 233 | |
| 234 | RLCPP_NODISCARD Vector3 Transform(const ::Matrix& matrix) const { return Vector3Transform(*this, matrix); } |
| 235 |
nothing calls this directly
no outgoing calls
no test coverage detected