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

◆ vec3() [4/4]

template<typename T>
fl::vec3< T >::vec3 ( const vec3< T > & p)
inlineconstexpr

Definition at line 19 of file geometry.h.

19: x(p.x), y(p.y), z(p.z) {}