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

◆ cast()

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

Definition at line 151 of file geometry.h.

151 {
152 return vec3<U>(static_cast<U>(x), static_cast<U>(y), static_cast<U>(z));
153 }
constexpr vec3()=default