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

Method Set

TSConformal2D.h:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 void Set(float ax, float ay, float az, float aw) volatile
87 {
88 x = ax;
89 y = ay;
90 z = az;
91 w = aw;
92 }
93
94 /// \brief Returns a reference to a scalar component of a 2D round point.
95 /// \param k The index of the component. Must be 0, 1, 2, or 3.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected