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
238
of file
geometry.h
.
238
{
239
// *this = point_xy_math::sub(*this, p);
240
x
-=
p
.
x
;
241
y
-=
p
.
y
;
242
return
*
this
;
243
}
fl::vec2::y
T y
Definition
geometry.h:179
fl::vec2::x
T x
Definition
geometry.h:178
fl::vec2
Definition
geometry.h:175
fl
vec2
Generated on Thu Jun 5 2025 04:29:40 for FastLED by
1.13.2