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

◆ line_xy() [2/5]

template<typename T>
fl::line_xy< T >::line_xy ( const vec2< T > & start,
const vec2< T > & end )
inline

Definition at line 375 of file geometry.h.

376 : start(start), end(end) {}
vec2< T > end
Definition geometry.h:372
vec2< T > start
Definition geometry.h:371

References line_xy(), end, FL_NOEXCEPT, and start.

+ Here is the call graph for this function: