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

134 {
135 return vec3<U>(static_cast<U>(x), static_cast<U>(y), static_cast<U>(z));
136 }
constexpr vec3()=default