Workspace 6.21.5
|
#include <algorithm>
#include <iomanip>
#include <istream>
#include <limits>
#include <ostream>
#include <stdexcept>
#include <QVector3D>
#include <QVector4D>
#include "Workspace/Application/LanguageUtils/mathdefs.h"
#include "Workspace/DataExecution/DataObjects/assignmentadaptor.h"
#include "Workspace/DataExecution/DataObjects/datafactorytraits.h"
#include "Mesh/mesh_api.h"
#include "vector3d.h"
Classes | |
struct | TransformMatrix::FailedComponentExtraction |
Exception class for when an attempt to extract a component of a transformation fails. More... | |
class | QVariantHelper< Mesh::TransformMatrix, false, true, false > |
struct | TransformMatrix::TransformHasNoInverse |
Exception class for when an attempt is made to find the inverse of a singular transform matrix. More... | |
class | TransformMatrix |
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::DataExecution |
Base workspace functionality not requiring a user interface. | |
namespace | CSIRO::DataExecution::TypedObjectPrivate |
namespace | CSIRO::Mesh |
Mesh model data structures. | |
Functions | |
bool | approxEqual (const TransformMatrix &m1, const TransformMatrix &m2) |