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

Method Set

TSAlgebra.h:206–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204 }
205
206 void Set(const component_type& x, const component_type& y) volatile
207 {
208 data[index_x] = x;
209 data[index_y] = y;
210 }
211
212 operator typename ConverterVector2D<type_struct, index_x, index_y>::vector2D_type(void)
213 {

Callers 3

Mat2DMethod · 0.45
Mat3DMethod · 0.45
Mat4DMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected