Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
rtp::Vec4< T > Member List

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 -> RealTrtp::details::VecBase< T, 4 >
dot(this const Self &self, const std::remove_cvref_t< Self > &other) noexcept -> Trtp::details::VecBase< T, 4 >
length(this const Self &self) noexcept -> RealTrtp::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) noexceptrtp::details::VecBase< T, 4 >
operator*=(this Self &self, T scalar) noexceptrtp::details::VecBase< T, 4 >
operator+=(this Self &self, const std::remove_cvref_t< Self > &other) noexceptrtp::details::VecBase< T, 4 >
operator+=(this Self &self, T scalar) noexceptrtp::details::VecBase< T, 4 >
operator-=(this Self &self, const std::remove_cvref_t< Self > &other) noexceptrtp::details::VecBase< T, 4 >
operator-=(this Self &self, T scalar) noexceptrtp::details::VecBase< T, 4 >
operator/=(this Self &self, const std::remove_cvref_t< Self > &other) noexceptrtp::details::VecBase< T, 4 >
operator/=(this Self &self, T scalar) noexceptrtp::details::VecBase< T, 4 >
operator==(const Vec4 &) const noexcept=defaultrtp::Vec4< T >
operator[](this auto &self, size_t index) noexceptrtp::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 typedefrtp::details::VecBase< T, 4 >
squaredDistance(this const Self &self, const std::remove_cvref_t< Self > &other) noexcept -> Trtp::details::VecBase< T, 4 >
squaredLength(this const Self &self) noexcept -> Trtp::details::VecBase< T, 4 >
Vec4(void)=defaultrtp::Vec4< T >
Vec4(T x, T y, T z, T w) noexceptrtp::Vec4< T >
wrtp::Vec4< T >
xrtp::Vec4< T >
yrtp::Vec4< T >
zrtp::Vec4< T >
~Vec4()=defaultrtp::Vec4< T >