| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected