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

Method operator =

TSVector2D.h:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 void operator =(const Vector2D& v) volatile
105 {
106 xy = v.xy;
107 }
108
109 template <typename type_struct, int count, int index_x, int index_y>
110 Vector2D& operator =(const Subvec2D<type_struct, count, index_x, index_y>& v)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected