| 455 | } |
| 456 | |
| 457 | void operator =(const vector3D_type& value) volatile |
| 458 | { |
| 459 | data[index_x] = value.x; |
| 460 | data[index_y] = value.y; |
| 461 | data[index_z] = value.z; |
| 462 | } |
| 463 | |
| 464 | Subvec3D& operator =(const Subvec3D& value) |
| 465 | { |
nothing calls this directly
no outgoing calls
no test coverage detected