| 216 | ///////////////////////////////////////////////////////////////////////////////////////// |
| 217 | |
| 218 | void TriVector::SetXYZ( |
| 219 | float _x, |
| 220 | float _y, |
| 221 | float _z ) |
| 222 | { |
| 223 | x = _x; |
| 224 | y = _y; |
| 225 | z = _z; |
| 226 | } |
| 227 | |
| 228 | |
| 229 | void TriVector::SetVector( |
no outgoing calls
no test coverage detected