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 297 of file geometry.h.

297 {
298 return vec2<U>(static_cast<U>(x), static_cast<U>(y));
299 }
constexpr vec2()=default