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

Method Set

TSConformal3D.h:575–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573 }
574
575 void Set(float su, float sx, float sy, float sz, float sw) volatile
576 {
577 u = su;
578 x = sx;
579 y = sy;
580 z = sz;
581 w = sw;
582 }
583
584 Sphere3D& operator *=(float n)
585 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected