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