|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
This is the complete list of members for rtp::Vec4< T >, including all inherited members.
| distance(this const Self &self, const std::remove_cvref_t< Self > &other) noexcept -> RealT | rtp::details::VecBase< T, 4 > | |
| dot(this const Self &self, const std::remove_cvref_t< Self > &other) noexcept -> T | rtp::details::VecBase< T, 4 > | |
| length(this const Self &self) noexcept -> RealT | rtp::details::VecBase< T, 4 > | |
| normalize(this Self &self) noexcept -> Self & | rtp::details::VecBase< T, 4 > | |
| normalized(this const Self &self) noexcept -> std::remove_cvref_t< Self > | rtp::details::VecBase< T, 4 > | |
| operator*=(this Self &self, const std::remove_cvref_t< Self > &other) noexcept | rtp::details::VecBase< T, 4 > | |
| operator*=(this Self &self, T scalar) noexcept | rtp::details::VecBase< T, 4 > | |
| operator+=(this Self &self, const std::remove_cvref_t< Self > &other) noexcept | rtp::details::VecBase< T, 4 > | |
| operator+=(this Self &self, T scalar) noexcept | rtp::details::VecBase< T, 4 > | |
| operator-=(this Self &self, const std::remove_cvref_t< Self > &other) noexcept | rtp::details::VecBase< T, 4 > | |
| operator-=(this Self &self, T scalar) noexcept | rtp::details::VecBase< T, 4 > | |
| operator/=(this Self &self, const std::remove_cvref_t< Self > &other) noexcept | rtp::details::VecBase< T, 4 > | |
| operator/=(this Self &self, T scalar) noexcept | rtp::details::VecBase< T, 4 > | |
| operator==(const Vec4 &) const noexcept=default | rtp::Vec4< T > | |
| operator[](this auto &self, size_t index) noexcept | rtp::Vec4< T > | |
| project(this const Self &self, const std::remove_cvref_t< Self > &other) noexcept -> std::remove_cvref_t< Self > | rtp::details::VecBase< T, 4 > | |
| RealT typedef | rtp::details::VecBase< T, 4 > | |
| squaredDistance(this const Self &self, const std::remove_cvref_t< Self > &other) noexcept -> T | rtp::details::VecBase< T, 4 > | |
| squaredLength(this const Self &self) noexcept -> T | rtp::details::VecBase< T, 4 > | |
| Vec4(void)=default | rtp::Vec4< T > | |
| Vec4(T x, T y, T z, T w) noexcept | rtp::Vec4< T > | |
| w | rtp::Vec4< T > | |
| x | rtp::Vec4< T > | |
| y | rtp::Vec4< T > | |
| z | rtp::Vec4< T > | |
| ~Vec4()=default | rtp::Vec4< T > |