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

Method Vec2D

TSAlgebra.h:871–871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

869 data[index_x] *= value.data[ind_x];
870 data[index_y] *= value.data[ind_y];
871 data[index_z] *= value.data[ind_z];
872 data[index_w] *= value.data[ind_w];
873 return (*this);
874 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected