FastLED 3.9.15
Loading...
Searching...
No Matches

◆ cast()

template<typename T>
template<typename U>
vec2< U > fl::vec2< T >::cast ( ) const
inline

Definition at line 130 of file geometry.h.

130 {
131 return vec2<U>(static_cast<U>(x), static_cast<U>(y));
132 }
constexpr vec2()=default