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

This is the complete list of members for rtp::details::VecBase< T, N >, including all inherited members.

distance(this const Self &self, const std::remove_cvref_t< Self > &other) noexcept -> RealTrtp::details::VecBase< T, N >
dot(this const Self &self, const std::remove_cvref_t< Self > &other) noexcept -> Trtp::details::VecBase< T, N >
length(this const Self &self) noexcept -> RealTrtp::details::VecBase< T, N >
normalize(this Self &self) noexcept -> Self &rtp::details::VecBase< T, N >
normalized(this const Self &self) noexcept -> std::remove_cvref_t< Self >rtp::details::VecBase< T, N >
operator*rtp::details::VecBase< T, N >friend
operator*rtp::details::VecBase< T, N >friend
operator*rtp::details::VecBase< T, N >friend
operator*=(this Self &self, const std::remove_cvref_t< Self > &other) noexceptrtp::details::VecBase< T, N >
operator*=(this Self &self, T scalar) noexceptrtp::details::VecBase< T, N >
operator+rtp::details::VecBase< T, N >friend
operator+rtp::details::VecBase< T, N >friend
operator+rtp::details::VecBase< T, N >friend
operator+=(this Self &self, const std::remove_cvref_t< Self > &other) noexceptrtp::details::VecBase< T, N >
operator+=(this Self &self, T scalar) noexceptrtp::details::VecBase< T, N >
operator-rtp::details::VecBase< T, N >friend
operator-rtp::details::VecBase< T, N >friend
operator-rtp::details::VecBase< T, N >friend
operator-rtp::details::VecBase< T, N >friend
operator-=(this Self &self, const std::remove_cvref_t< Self > &other) noexceptrtp::details::VecBase< T, N >
operator-=(this Self &self, T scalar) noexceptrtp::details::VecBase< T, N >
operator/rtp::details::VecBase< T, N >friend
operator/rtp::details::VecBase< T, N >friend
operator/rtp::details::VecBase< T, N >friend
operator/=(this Self &self, const std::remove_cvref_t< Self > &other) noexceptrtp::details::VecBase< T, N >
operator/=(this Self &self, T scalar) noexceptrtp::details::VecBase< T, N >
operator<<rtp::details::VecBase< T, N >friend
project(this const Self &self, const std::remove_cvref_t< Self > &other) noexcept -> std::remove_cvref_t< Self >rtp::details::VecBase< T, N >
RealT typedefrtp::details::VecBase< T, N >
squaredDistance(this const Self &self, const std::remove_cvref_t< Self > &other) noexcept -> Trtp::details::VecBase< T, N >
squaredLength(this const Self &self) noexcept -> Trtp::details::VecBase< T, N >