|
Test of the STL reader. The files used is STL file with containing 12 triange that a 1 by 1 by 1 square and was created in autocad. More...
#include <STLTriangle.h>
Public Member Functions | |
STLTriangle () | |
STLTriangle (const Vec3D newNormal, const Vec3D newVertex1, const Vec3D newVertex2, const Vec3D newVertex3) | |
bool | isEqualTo (const STLTriangle answer, double toll) |
STLTriangle () | |
STLTriangle (const Vec3D newNormal, const Vec3D newVertex1, const Vec3D newVertex2, const Vec3D newVertex3) | |
bool | isEqualTo (const STLTriangle answer, double toll) |
Public Attributes | |
Vec3D | normal |
Vec3D | vertex1 |
Vec3D | vertex2 |
Vec3D | vertex3 |
Test of the STL reader. The files used is STL file with containing 12 triange that a 1 by 1 by 1 square and was created in autocad.
|
inline |
|
inline |
References Vec3D::isEqualTo(), normal, vertex1, vertex2, and vertex3.
|
inline |
References Vec3D::isEqualTo(), normal, vertex1, vertex2, and vertex3.
Vec3D STLTriangle::normal |
Referenced by isEqualTo(), WallHandler::readTriangleWall(), and STLTriangle().
Vec3D STLTriangle::vertex1 |
Referenced by isEqualTo(), WallHandler::readTriangleWall(), and STLTriangle().
Vec3D STLTriangle::vertex2 |
Referenced by isEqualTo(), WallHandler::readTriangleWall(), and STLTriangle().
Vec3D STLTriangle::vertex3 |
Referenced by isEqualTo(), WallHandler::readTriangleWall(), and STLTriangle().