MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / operator =

Method operator =

TSVector2D.h:297–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 }
296
297 void operator =(const Vector2D& v) volatile
298 {
299 xy = v.xy;
300 }
301
302 template <typename type>
303 Point2D& operator =(const Vec2D<type>& v)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected