|
MeshKit
1.0
|

Go to the source code of this file.
Classes | |
| class | Vec4 |
Functions | |
| Vec4 | operator* (double s, const Vec4 &v) |
| Vec4 | cross (const Vec4 &a, const Vec4 &b, const Vec4 &c) |
| double | norm (const Vec4 &v) |
| double | norm2 (const Vec4 &v) |
| double | length (const Vec4 &v) |
| double | unitize (Vec4 &v) |
| std::ostream & | operator<< (std::ostream &out, const Vec4 &v) |
| std::ostream& operator<< | ( | std::ostream & | out, |
| const Vec4 & | v | ||
| ) | [inline] |