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

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

distance(this const Self &self, const std::remove_cvref_t< Self > &other) noexcept -> RealTrtp::details::VecBase< T, 2 >
dot(this const Self &self, const std::remove_cvref_t< Self > &other) noexcept -> Trtp::details::VecBase< T, 2 >
length(this const Self &self) noexcept -> RealTrtp::details::VecBase< T, 2 >
normalize(this Self &self) noexcept -> Self &rtp::details::VecBase< T, 2 >
normalized(this const Self &self) noexcept -> std::remove_cvref_t< Self >rtp::details::VecBase< T, 2 >
operator*=(this Self &self, const std::remove_cvref_t< Self > &other) noexceptrtp::details::VecBase< T, 2 >
operator*=(this Self &self, T scalar) noexceptrtp::details::VecBase< T, 2 >
operator+=(this Self &self, const std::remove_cvref_t< Self > &other) noexceptrtp::details::VecBase< T, 2 >
operator+=(this Self &self, T scalar) noexceptrtp::details::VecBase< T, 2 >
operator-=(this Self &self, const std::remove_cvref_t< Self > &other) noexceptrtp::details::VecBase< T, 2 >
operator-=(this Self &self, T scalar) noexceptrtp::details::VecBase< T, 2 >
operator/=(this Self &self, const std::remove_cvref_t< Self > &other) noexceptrtp::details::VecBase< T, 2 >
operator/=(this Self &self, T scalar) noexceptrtp::details::VecBase< T, 2 >
operator==(const Vec2 &) const noexcept=defaultrtp::Vec2< T >
operator[](this auto &self, size_t index) noexceptrtp::Vec2< T >
project(this const Self &self, const std::remove_cvref_t< Self > &other) noexcept -> std::remove_cvref_t< Self >rtp::details::VecBase< T, 2 >
RealT typedefrtp::details::VecBase< T, 2 >
squaredDistance(this const Self &self, const std::remove_cvref_t< Self > &other) noexcept -> Trtp::details::VecBase< T, 2 >
squaredLength(this const Self &self) noexcept -> Trtp::details::VecBase< T, 2 >
Vec2(void)=defaultrtp::Vec2< T >
Vec2(T x, T y) noexceptrtp::Vec2< T >
xrtp::Vec2< T >
yrtp::Vec2< T >
~Vec2()=defaultrtp::Vec2< T >