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

Method Set

TSConformal2D.h:384–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382 }
383
384 void Set(float cw, float cx, float cy, float cz) volatile
385 {
386 w = cw;
387 x = cx;
388 y = cy;
389 z = cz;
390 }
391
392 Circle2D& operator *=(float n)
393 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected