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

Method operator =

TSAlgebra.h:1636–1642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1634 }
1635
1636 void operator =(const matrix2D_type& value) volatile
1637 {
1638 data[index_00] = value.m00;
1639 data[index_10] = value.m10;
1640 data[index_01] = value.m01;
1641 data[index_11] = value.m11;
1642 }
1643
1644 Submat2D& operator =(const Submat2D& value)
1645 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected