FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator-=()
template<typename T>
vec2
&
fl::vec2
< T >::operator-=
(
const
vec2
< T > &
p
)
inline
Definition at line
71
of file
geometry.h
.
71
{
72
// *this = point_xy_math::sub(*this, p);
73
x
-=
p
.
x
;
74
y
-=
p
.
y
;
75
return
*
this
;
76
}
fl::vec2::y
T y
Definition
geometry.h:12
fl::vec2::x
T x
Definition
geometry.h:11
fl::vec2
Definition
geometry.h:8
fl
vec2
Generated on Sat May 24 2025 22:44:25 for FastLED by
1.13.2