Test of the STL reader. The files used is STL file with containing 12 triange that a 1 by 1 by 1 squa...
Definition: BinaryReaderSTL1by1by1bySquareUnitTest.cpp:39
STLTriangle(const Vec3D newNormal, const Vec3D newVertex1, const Vec3D newVertex2, const Vec3D newVertex3)
Definition: STLTriangle.h:37
Vec3D vertex2
Definition: BinaryReaderSTL1by1by1bySquareUnitTest.cpp:62
Vec3D vertex3
Definition: BinaryReaderSTL1by1by1bySquareUnitTest.cpp:63
bool isEqualTo(const STLTriangle answer, double toll)
Definition: STLTriangle.h:45
Vec3D vertex1
Definition: BinaryReaderSTL1by1by1bySquareUnitTest.cpp:61
Vec3D normal
Definition: BinaryReaderSTL1by1by1bySquareUnitTest.cpp:60
STLTriangle()
Definition: STLTriangle.h:34
bool isEqualTo(const Vec3D &other, double tol) const
Checks if the length this Vec3D is equal the length of other with a certain tolerance.
Definition: Vector.cc:294