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

Method operator =

TSAlgebra.h:229–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 }
228
229 void operator =(const vector2D_type& value) volatile
230 {
231 data[index_x] = value.x;
232 data[index_y] = value.y;
233 }
234
235 Subvec2D& operator =(const Subvec2D& value)
236 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected