5 Triangle with 3 3-D vectors.
10 #include "BufferReadBinary.hh"
16 friend std::istream& operator>>(std::istream& s, Skip& skip);
22 Vec3d normal, v1, v2, v3;
25 Triangle(std::istream& s);
26 Triangle(BufferReadBinary& buffer);
27 Triangle(Vec3d& normal, Vec3d& v1, Vec3d& v2, Vec3d& v3);
29 friend std::ostream& operator<<(std::ostream& s, Triangle& tri);