1#ifndef TOPAZ_CORE_HIER_HPP
2#define TOPAZ_CORE_HIER_HPP
3#include "tz/core/error.hpp"
4#include "tz/core/trs.hpp"
5#include "tz/core/handle.hpp"
10 namespace detail{
struct hier_t{};}
Represents a generic opaque handle.
Definition handle.hpp:32
error_code
Error codes for Topaz.
Definition error.hpp:14
constexpr nullhand_t nullhand
Definition handle.hpp:22
Encapsulates a combination of a Translation, Rotation, and Scale in 3D space.
Definition trs.hpp:46